Skip to content

Commit

Permalink
Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
27pchrisl committed Apr 3, 2024
1 parent e03d391 commit 320b776
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
strategy:
matrix:
include:
- php: 8.3
illuminate: ^11.0
- php: 8.2
illuminate: ^11.0
- php: 8.2
illuminate: ^10.0
- php: 8.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"bjeavons/zxcvbn-php": "^1.2"
},
"require-dev": {
Expand Down

0 comments on commit 320b776

Please sign in to comment.