Skip to content

Commit 8c401d7

Browse files
authored
Update run-tests.yml
1 parent 6d9217a commit 8c401d7

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/run-tests.yml

+2-16
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,17 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [7.3, 8.0, 8.1, 8.2]
13-
laravel: [9.*, 8.*, 7.*, 6.*]
12+
php: [8.0, 8.1, 8.2]
13+
laravel: [9.*, 8.*]
1414
stability: [prefer-stable]
1515
exclude:
16-
- php: 7.3
17-
laravel: 9.*
18-
- php: 8.1
19-
laravel: 7.*
20-
- php: 8.1
21-
laravel: 6.*
22-
- php: 8.2
23-
laravel: 7.*
2416
- php: 8.2
2517
laravel: 8.*
26-
- php: 8.2
27-
laravel: 6.*
2818
include:
2919
- laravel: 9.*
3020
testbench: 7.*
3121
- laravel: 8.*
3222
testbench: 6.23
33-
- laravel: 7.*
34-
testbench: 5.20.0
35-
- laravel: 6.*
36-
testbench: 4.18.0
3723

3824
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3925

0 commit comments

Comments
 (0)