Skip to content

Commit a137982

Browse files
committed
Exclude L11 on 8.1
1 parent 54904ea commit a137982

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
testbench: 8.*
2222
- laravel: 11.*
2323
testbench: 9.*
24+
exclude:
25+
- laravel: 11.*
26+
php: 8.1
2427

2528
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2629

0 commit comments

Comments
 (0)