Skip to content

Commit

Permalink
Merge pull request #18 from rawilk/laravel-11.x
Browse files Browse the repository at this point in the history
Add Laravel 11.x Support
  • Loading branch information
rawilk authored Mar 14, 2024
2 parents c362702 + 2f02221 commit 9a0c0ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,20 @@ jobs:
fail-fast: true
matrix:
php: [8.2, 8.1]
laravel: [10.*, 9.*]
laravel: [11.*, 10.*, 9.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
pest: 2.*
- laravel: 9.*
testbench: 7.*
pest: 1.*
exclude:
- laravel: 11.*
php: 8.1
- laravel: 9.*
php: 8.2
stability: prefer-lowest
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"require": {
"php": "^8.1|^8.2",
"laravel/framework": "^9.0|^10.0",
"laravel/framework": "^9.0|^10.0|^11.0",
"spatie/laravel-package-tools": "^1.13"
},
"require-dev": {
"laravel/pint": "^1.5",
"orchestra/testbench": "^7.8|^8.0",
"orchestra/testbench": "^7.8|^8.0|^9.0",
"pestphp/pest": "^1.0|^2.0",
"spatie/laravel-ray": "^1.31"
},
Expand Down

0 comments on commit 9a0c0ed

Please sign in to comment.