Skip to content

Commit

Permalink
Support PHP 8.4 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas authored Nov 25, 2024
1 parent 3ce8c2d commit 62384f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 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 @@ -31,7 +31,6 @@
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "*",
"phpunit/phpunit": "^10.5",
"larastan/larastan": "^2.9",
"laravel/pint": "^1.14"
},
"autoload": {
Expand Down
12 changes: 0 additions & 12 deletions phpstan.neon

This file was deleted.

0 comments on commit 62384f4

Please sign in to comment.