Skip to content

Commit

Permalink
allow laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Mar 5, 2024
1 parent 38d0b48 commit b522bc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 9, 10 ]
exclude:
- php: 8.3
laravel: 9
php: [ 8.2, 8.3 ]
laravel: [ 10, 11 ]

name: php v${{ matrix.php }} - Laravel v${{ matrix.laravel }}

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
}
],
"require": {
"php": "^8.1",
"illuminate/cache": "^9.34 || ^10",
"illuminate/support": "^9.34 || ^10"
"php": "^8.2",
"illuminate/cache": "^10 || ^11",
"illuminate/support": "^10 || ^11"
},
"require-dev": {
"orchestra/testbench": "^7.12 || ^8.0",
Expand Down

0 comments on commit b522bc6

Please sign in to comment.