Skip to content

Commit

Permalink
[5.x] Supports PHP 8.4 (#1548)
Browse files Browse the repository at this point in the history
* [5.x] Supports PHP 8.4

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Dec 10, 2024
1 parent df53f79 commit d8d4d83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
laravel: [11]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
Expand All @@ -40,7 +40,7 @@ jobs:
composer update --prefer-dist --no-interaction --no-progress
- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/phpunit --display-deprecations --fail-on-deprecation

stub-tests:
runs-on: ubuntu-22.04
Expand All @@ -49,7 +49,7 @@ jobs:
fail-fast: true
matrix:
stack: [inertia, livewire]
laravel: [11]
laravel: ['11.x-dev']

name: Test Stubs - Laravel ${{ matrix.laravel }} - ${{ matrix.stack }}

Expand Down
2 changes: 2 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
php:
preset: laravel
enabled:
- nullable_type_declarations
disabled:
- no_unused_imports
js:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"illuminate/console": "^11.0",
"illuminate/support": "^11.0",
"laravel/fortify": "^1.20",
"mobiledetect/mobiledetectlib": "^4.8",
"mobiledetect/mobiledetectlib": "^4.8.08",
"symfony/console": "^7.0"
},
"require-dev": {
Expand Down

0 comments on commit d8d4d83

Please sign in to comment.