Skip to content

Commit 66a9477

Browse files
committed
reactivate testbench 9.* for laravel 11.*, however exclude for laravel 8.*
1 parent 66272be commit 66a9477

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
php: ["8.0", "8.1", "8.2"]
1515
laravel: ["8.*", "11.*"]
16-
testbench: ["6.*", "8.*"]
16+
testbench: ["6.*", "9.*"]
1717
dependency-version: [prefer-stable]
1818
include:
1919
- laravel: 8.*
@@ -25,6 +25,8 @@ jobs:
2525
php: "8.0"
2626
- laravel: 11.*
2727
php: "8.1"
28+
- laravel: "8.*"
29+
testbench: "9.*"
2830

2931
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
3032

0 commit comments

Comments
 (0)