Skip to content

Commit

Permalink
Support for Laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Feb 23, 2025
1 parent 26edd4c commit f11813d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
fail-fast: true
matrix:
php: [8.4, 8.3, 8.2]
laravel: [11.*, 10.*]
laravel: [12.*, 11.*, 10.*]
os: [ubuntu-latest, windows-latest]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 12.*
testbench: 10.*
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
],
"require": {
"php": "^8.2|^8.3|^8.4",
"illuminate/contracts": "^10.0|^11.0",
"laravel/dusk": "^7.0|^8.0",
"illuminate/contracts": "^11.43|^12.0",
"laravel/dusk": "^8.0",
"spatie/invade": "^1.1"
},
"require-dev": {
"laravel/pint": "^1.0",
"nesbot/carbon": "^2.66",
"nunomaduro/collision": "^7.0|^8.0",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"phpunit/phpunit": "^10.4"
"orchestra/testbench": "^9.0|^10.0",
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-laravel": "^3.0",
"phpunit/phpunit": "^10.4|^11.5.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f11813d

Please sign in to comment.