Skip to content

Commit 9637f4a

Browse files
committed
Update matrix
1 parent 97ff35a commit 9637f4a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,22 @@ jobs:
1212
php: [7.3, 8.0, 8.1]
1313
laravel: [9.*, 8.*, 7.*, 6.*]
1414
stability: [prefer-stable]
15+
exclude:
16+
- php: 7.3
17+
laravel: 9.*
18+
- php: 8.1
19+
laravel: 7.*
20+
- php: 8.1
21+
laravel: 6.*
1522
include:
1623
- laravel: 9.*
1724
testbench: 7.*
18-
php: 8.0
1925
- laravel: 8.*
2026
testbench: 6.23
21-
php: 8.0
2227
- laravel: 7.*
2328
testbench: 5.20.0
24-
php: 7.3
2529
- laravel: 6.*
2630
testbench: 4.18.0
27-
php: 7.3
2831

2932
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3033

0 commit comments

Comments
 (0)