Skip to content

Commit 276eeff

Browse files
committed
exclude L8 + P8.0
1 parent a261735 commit 276eeff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
testbench: 6.*
2323
- laravel: 9.*
2424
testbench: 7.*
25+
exclude:
26+
- laravel: 9.*
27+
testbench: 7.*
28+
php: 8.1
2529

2630
name: P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
2731

0 commit comments

Comments
 (0)