Skip to content

Commit

Permalink
Support PHP 8.4 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas authored Nov 25, 2024
1 parent cac0c16 commit bf14a40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.1, 8.2, 8.3, 8.4 ]
laravel: [ 10, 11 ]
stability: [ prefer-lowest, prefer-stable ]
exclude:
Expand Down Expand Up @@ -47,6 +47,3 @@ jobs:
- name: Execute tests
run: vendor/bin/phpunit

- name: Run phpstan
run: vendor/bin/phpstan analyse --error-format=github
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"require-dev": {
"orchestra/testbench": "*",
"phpunit/phpunit": "^10.5",
"larastan/larastan": "^2.9",
"laravel/pint": "^1.14"
},
"autoload": {
Expand Down
15 changes: 0 additions & 15 deletions phpstan.neon

This file was deleted.

0 comments on commit bf14a40

Please sign in to comment.