Skip to content

Commit

Permalink
Merge pull request #4 from libaro-io/bump-to-L11
Browse files Browse the repository at this point in the history
Add Laravel 11 support
  • Loading branch information
neemspees committed Apr 10, 2024
2 parents e231829 + f07937b commit 69f3cee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
laravel: [9.*, 10.*]
laravel: [9.*, 10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
carbon: ^2.63
pest: ^2.0
pest-plugin-laravel: ^2.0
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"require": {
"php": "^8.1|^8.2",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"laravel-notification-channels/google-chat": "^3.1",
"spatie/laravel-health": "^1.23",
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^5.0|^7.8",
"nunomaduro/collision": "^5.0|^7.8|^8.1",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.0|^2.0",
Expand Down

0 comments on commit 69f3cee

Please sign in to comment.