Skip to content

Commit 1199f6d

Browse files
committed
Remove PHP from earlier laravel versions test matrix.
1 parent 636c1b5 commit 1199f6d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,21 @@ jobs:
1414
include:
1515
- laravel: 5.6.*
1616
testbench: 3.6.*
17-
php: 7.1.*
1817
- laravel: 5.7.*
1918
testbench: 3.7.*
20-
php: 7.1.*
2119
- laravel: 5.8.*
2220
testbench: 3.8.*
23-
php: 7.1.*
2421
- laravel: 6.*
2522
testbench: 4.*
2623
exclude:
2724
- laravel: 6.*
2825
php: 7.1
26+
- laravel: 5.6.*
27+
php: 8.0
28+
- laravel: 5.7.*
29+
php: 8.0
30+
- laravel: 5.8.*
31+
php: 8.0
2932

3033
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }} (${{ matrix.dependency-version }})
3134

0 commit comments

Comments
 (0)