Skip to content

Commit 2294243

Browse files
committed
exclude testbench 6.* from laravel 11.*
1 parent 66a9477 commit 2294243

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
php: "8.1"
2828
- laravel: "8.*"
2929
testbench: "9.*"
30+
- laravel: "11.*"
31+
testbench: "6.*"
3032

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

0 commit comments

Comments
 (0)