Skip to content

Commit 6c37548

Browse files
Add laravel v11 support
1 parent 2f7afb8 commit 6c37548

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
laravel: [9.*, 10.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
include:
15+
- laravel: 11.*
16+
testbench: 9.*
17+
pest-plugin-laravel: 2.0.0
1518
- laravel: 10.*
1619
testbench: 8.*
1720
pest-plugin-laravel: 2.0.0
@@ -20,8 +23,8 @@ jobs:
2023
pest-plugin-laravel: 1.4.0
2124

2225
exclude:
23-
- laravel: 10.*
24-
php: 8.0
26+
- laravel: 11.*
27+
php: 8.2
2528

2629
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2730

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
}
4646
},
4747
"require": {
48-
"php": "^8.0",
49-
"laravel/framework": "^9.0|^10.0"
48+
"php": "^8.2",
49+
"laravel/framework": "^9.0|^10.0|^11.0"
5050
},
5151
"require-dev": {
5252
"pestphp/pest-plugin-laravel": "^1.4.0|^2.0.0",
53-
"orchestra/testbench": "^7.0|^8.0"
53+
"orchestra/testbench": "^7.0|^8.0|^9.0"
5454
},
5555
"config": {
5656
"sort-packages": true,

0 commit comments

Comments
 (0)