Skip to content

Commit

Permalink
add laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeremcansev authored Mar 26, 2024
1 parent f3fbe0a commit 9af3b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.2]
laravel: [8, 9, 10]
laravel: [8, 9, 10, 11]
exclude:
- php: 8.2
laravel: 8
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"require": {
"php": "^8.1|^8.2",
"ext-json": "*",
"illuminate/support": "^8.49|^9.0|^10.0",
"illuminate/support": "^8.49|^9.0|^10.0|^11.0",
"laravel/legacy-factories": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 9af3b9a

Please sign in to comment.