Skip to content

Commit

Permalink
Support Laravel 11 (#25)
Browse files Browse the repository at this point in the history
* Support Laravel 11

* wip

* wip

* wip

* wip
  • Loading branch information
dmason30 committed Mar 12, 2024
1 parent 256e7e8 commit 0eac080
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2, 8.1]
laravel: [10.*]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
exclude:
- laravel: 11.*
php: 8.1
include:
- laravel: 11.*
testbench: 9.*
carbon: ^2.72.2|^3.0
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.8",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"laravel/nova": "^4.22",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^7.0|^8.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.19",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit 0eac080

Please sign in to comment.