Skip to content

Commit f983546

Browse files
committed
Update test matrix
1 parent c94b5dc commit f983546

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

.github/workflows/run-tests.yml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,36 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 7.1, 7.2, 7.3, 7.4, 8.0 ]
13-
laravel: [ 5.6.*, 5.7.*, 5.8.*, 6.*, 7.*, 8.* ]
12+
php: [ 8.0, 8.1 ]
13+
laravel: [ 8.* ]
1414
dependency-version: [ prefer-stable ]
1515
include:
1616
- laravel: 5.6.*
17+
php: 7.1
1718
testbench: 3.6.*
1819
- laravel: 5.7.*
20+
php: 7.2
1921
testbench: 3.7.*
2022
- laravel: 5.8.*
23+
php: 7.2
2124
testbench: 3.8.*
2225
- laravel: 6.*
26+
php: 7.2
27+
testbench: 4.*
28+
- laravel: 6.*
29+
php: 8.0
2330
testbench: 4.*
2431
- laravel: 7.*
32+
php: 7.2
33+
testbench: 5.*
34+
- laravel: 7.*
35+
php: 8.0
2536
testbench: 5.*
2637
- laravel: 8.*
38+
php: 7.3
2739
testbench: 6.*
28-
exclude:
29-
- laravel: 8.*
30-
php: 7.1
3140
- laravel: 8.*
32-
php: 7.2
33-
- laravel: 7.*
34-
php: 7.1
35-
- laravel: 6.*
36-
php: 7.1
37-
- laravel: 5.8.*
38-
php: 8.0
39-
- laravel: 5.7.*
40-
php: 8.0
41-
- laravel: 5.6.*
42-
php: 8.0
41+
testbench: 6.*
4342

4443
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
4544

0 commit comments

Comments
 (0)