Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit c3142a1

Browse files
committed
Do not test Laravel 8 on PHP 7.2
1 parent 00dd9b0 commit c3142a1

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
@@ -19,6 +19,9 @@ jobs:
1919
testbench: 5.*
2020
- laravel: 6.*
2121
testbench: 4.*
22+
exclude:
23+
- php: 7.2
24+
laravel: 8.*
2225

2326
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2427

0 commit comments

Comments
 (0)