Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

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 8e78126 commit 3d37b4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 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
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.4",
"illuminate/http": "^9.34 || ^10",
"illuminate/log": "^9.34 || ^10",
"illuminate/events": "^9.34 || ^10",
"illuminate/notifications": "^9.34 || ^10",
"illuminate/support": "^9.34 || ^10"
"illuminate/http": "^10 || ^11",
"illuminate/log": "^10 || ^11",
"illuminate/events": "^10 || ^11",
"illuminate/notifications": "^10 || ^11",
"illuminate/support": "^10 || ^11"
},
"require-dev": {
"mockery/mockery": "^1.4.0",
Expand Down

0 comments on commit 3d37b4e

Please sign in to comment.