Skip to content

Commit c213e08

Browse files
committed
drop l9
1 parent 0d16eca commit c213e08

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.1, 8.2]
17-
laravel: [9.*, 10.*]
17+
laravel: [10.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20-
- laravel: 9.*
21-
testbench: 7.*
2220
- laravel: 10.*
2321
testbench: 8.*
2422

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.1|^8.2",
20-
"illuminate/contracts": "^9.0|^10.0",
20+
"illuminate/contracts": "^10.0",
2121
"spatie/laravel-package-tools": "^1.13.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)