Skip to content

Commit cb7726d

Browse files
committed
Exclude php 8.1 from Laravel 11 tests
1 parent 635b47d commit cb7726d

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
@@ -25,6 +25,9 @@ jobs:
2525
testbench: 8.*
2626
- laravel: 11.*
2727
testbench: 9.*
28+
exclude:
29+
- laravel: 11.*
30+
php: 8.1
2831

2932
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3033

0 commit comments

Comments
 (0)