Skip to content

Commit

Permalink
Drop Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox committed Mar 18, 2024
1 parent f6b261e commit 43d94e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 9.*, 10.*]
laravel: [11.*, 10.*]
dependencies: [lowest, stable]
include:
- laravel: 9.*
testbench: ^7.0
- laravel: 10.*
testbench: ^8.0
- laravel: 11.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.2",
"illuminate/contracts": "11.*|10.*|^9.6"
"illuminate/contracts": "11.*|10.*"
},
"require-dev": {
"larastan/larastan": "^2.0|^1.0",
Expand Down

0 comments on commit 43d94e5

Please sign in to comment.