Skip to content

Commit 81e2d82

Browse files
committed
feat: continues support l11
1 parent c6cbc87 commit 81e2d82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: ['8.3', '8.4']
13-
laravel: ['12']
13+
laravel: ['11', '12']
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
parallel: ['', '--parallel']
1616

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"require": {
1515
"php": "^8.3.0",
16-
"laravel/framework": "^12.9.2",
16+
"laravel/framework": "^11.44.2|^12.9.2",
1717
"pestphp/pest": "^4.0.0"
1818
},
1919
"autoload": {
@@ -31,7 +31,7 @@
3131
},
3232
"require-dev": {
3333
"laravel/dusk": "^8.3.2",
34-
"orchestra/testbench": "^10.2.1",
34+
"orchestra/testbench": "^9.13.0|^10.2.1",
3535
"pestphp/pest-dev-tools": "^4.0.0"
3636
},
3737
"minimum-stability": "dev",

0 commit comments

Comments
 (0)