Skip to content

Commit 32ba276

Browse files
Exclude php 7.2 for L8 tests
1 parent c902900 commit 32ba276

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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: 4.*
2222
- laravel: 5.8.*
2323
testbench: 3.8.*
24+
exlude:
25+
- laravel: 8.*
26+
php: 7.2
2427

2528
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2629

0 commit comments

Comments
 (0)