We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d16eca commit c213e08Copy full SHA for c213e08
.github/workflows/run-tests.yml
@@ -14,11 +14,9 @@ jobs:
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
php: [8.1, 8.2]
17
- laravel: [9.*, 10.*]
+ laravel: [10.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
20
- - laravel: 9.*
21
- testbench: 7.*
22
- laravel: 10.*
23
testbench: 8.*
24
composer.json
@@ -17,7 +17,7 @@
],
"require": {
"php": "^8.1|^8.2",
- "illuminate/contracts": "^9.0|^10.0",
+ "illuminate/contracts": "^10.0",
"spatie/laravel-package-tools": "^1.13.0"
},
"require-dev": {
0 commit comments