Skip to content

Commit 4a35bb1

Browse files
committed
wip
1 parent 1fbc1a9 commit 4a35bb1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ jobs:
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 9.*
17-
testbench: 7.*
17+
testbench: 7.*
1818
- laravel: 8.*
1919
testbench: 6.*
2020
- laravel: 7.*
2121
testbench: 5.*
22+
exclude:
23+
- laravel: 7.*
24+
php: 8.1
2225

2326
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2427

0 commit comments

Comments
 (0)