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 ece92e6 commit 3b155a3Copy full SHA for 3b155a3
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
php: [8.2, 8.3]
17
- laravel: [10.*, 11.*]
+ laravel: [9.*, 10.*, 11.*]
18
stability: [prefer-lowest, prefer-stable]
19
os: [ubuntu-latest]
20
composer.json
@@ -12,7 +12,7 @@
12
},
13
"require": {
"php": "^8.2.0",
- "laravel/framework": "^10.40 || ^11.0"
+ "laravel/framework": "^9.36 || ^10.0 || ^11.0"
"require-dev": {
"orchestra/testbench": "*",
0 commit comments