Skip to content

Commit 088770b

Browse files
committed
Exclude PHP 7.4 from Laravel 9.* tests
1 parent 1b9d047 commit 088770b

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: ^6.6
2222
- laravel: 9.*
2323
testbench: ^7.0
24+
exclude:
25+
- laravel: 9.*
26+
php: 7.4
2427

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

0 commit comments

Comments
 (0)