Skip to content

Commit

Permalink
feat: adds L12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jan 24, 2025
1 parent c843cd1 commit 52c5628
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['8.2', '8.3']
laravel: ['10', '11']
php: ['8.2', '8.3', '8.4']
laravel: ['10', '11', '12']
dependency-version: [prefer-lowest, prefer-stable]
parallel: ['', '--parallel']

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"require": {
"php": "^8.2.0",
"laravel/framework": "^11.39.1",
"laravel/framework": "^11.39.1|^12.0.0",
"pestphp/pest": "^3.7.4"
},
"autoload": {
Expand All @@ -30,8 +30,8 @@
}
},
"require-dev": {
"laravel/dusk": "^8.2.13",
"orchestra/testbench": "^9.9.0",
"laravel/dusk": "^8.2.13|dev-develop",
"orchestra/testbench": "^9.9.0|^10.0.0",
"pestphp/pest-dev-tools": "^3.3.0"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 52c5628

Please sign in to comment.