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 f3fbe0a commit 9af3b9aCopy full SHA for 9af3b9a
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
php: [8.1, 8.2]
13
- laravel: [8, 9, 10]
+ laravel: [8, 9, 10, 11]
14
exclude:
15
- php: 8.2
16
laravel: 8
composer.json
@@ -33,7 +33,7 @@
33
"require": {
34
"php": "^8.1|^8.2",
35
"ext-json": "*",
36
- "illuminate/support": "^8.49|^9.0|^10.0",
+ "illuminate/support": "^8.49|^9.0|^10.0|^11.0",
37
"laravel/legacy-factories": "^1.0"
38
},
39
"require-dev": {
0 commit comments