Skip to content

Commit dcc0ba0

Browse files
committed
Update run-tests.yml
1 parent 763f0c2 commit dcc0ba0

File tree

1 file changed

+34
-4
lines changed

1 file changed

+34
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,49 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest]
1414
stability: [prefer-lowest, prefer-stable]
15+
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
16+
laravel: [8, 9, 10, 11]
1517
include:
1618
- laravel: 8
1719
testbench: 6
18-
php: [7.4, 8.0, 8.1]
1920
- laravel: 9
2021
testbench: 7
21-
php: [8.0, 8.1, 8.2]
2222
- laravel: 10
2323
testbench: 8
24-
php: [8.1, 8.2, 8.3]
2524
- laravel: 11
2625
testbench: 9
27-
php: [8.2, 8.3, 8.4]
26+
exclude:
27+
# Laravel 8
28+
- laravel: 8
29+
php: 8.2
30+
- laravel: 8
31+
php: 8.3
32+
- laravel: 8
33+
php: 8.4
34+
35+
# Laravel 9
36+
- laravel: 9
37+
php: 7.4
38+
- laravel: 9
39+
php: 8.3
40+
- laravel: 9
41+
php: 8.4
42+
43+
# Laravel 10
44+
- laravel: 10
45+
php: 7.4
46+
- laravel: 10
47+
php: 8.0
48+
- laravel: 10
49+
php: 8.4
50+
51+
# Laravel 11
52+
- laravel: 11
53+
php: 7.4
54+
- laravel: 11
55+
php: 8.0
56+
- laravel: 11
57+
php: 8.1
2858

2959
steps:
3060
- name: Set up PHP

0 commit comments

Comments
 (0)