Skip to content

Commit 9af3b9a

Browse files
authored
add laravel 11 support
1 parent f3fbe0a commit 9af3b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
php: [8.1, 8.2]
13-
laravel: [8, 9, 10]
13+
laravel: [8, 9, 10, 11]
1414
exclude:
1515
- php: 8.2
1616
laravel: 8

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"require": {
3434
"php": "^8.1|^8.2",
3535
"ext-json": "*",
36-
"illuminate/support": "^8.49|^9.0|^10.0",
36+
"illuminate/support": "^8.49|^9.0|^10.0|^11.0",
3737
"laravel/legacy-factories": "^1.0"
3838
},
3939
"require-dev": {

0 commit comments

Comments
 (0)