Skip to content

Commit

Permalink
remove Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Mar 13, 2024
1 parent a5dd198 commit 05983f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
os: [ ubuntu-latest ]
php: [ 8.1, 8.2, 8.3 ]
stability: [prefer-lowest, prefer-stable]
laravel: [ 9.*, 10.*, 11.* ]
laravel: [ 10.*, 11.* ]
include:
- laravel: 9.*
testbench: 7.*

- laravel: 10.*
testbench: 8.*

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"require-dev": {
"larastan/larastan": "^2.0",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"orchestra/testbench": "^8.0 || ^9.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.0 || ^10.0"
"phpunit/phpunit": "^10.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit 05983f8

Please sign in to comment.