Skip to content

Commit

Permalink
Merge pull request #87 from lara-zeus/improve-ui
Browse files Browse the repository at this point in the history
improve contact us ui
  • Loading branch information
atmonshi authored Sep 25, 2024
2 parents 8fcecdb + 5cb9999 commit 944e4a3
Show file tree
Hide file tree
Showing 4 changed files with 479 additions and 560 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: Install composer dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1]
php: [8.2]
laravel: [10.*]
stability: [prefer-stable]
include:
Expand Down
Loading

0 comments on commit 944e4a3

Please sign in to comment.