Skip to content

Commit 763f0c2

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

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,20 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest, windows-latest]
14-
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
15-
laravel: [8, 9, 10, 11]
1614
stability: [prefer-lowest, prefer-stable]
17-
testbench: [6, 7, 8, 9]
1815
include:
1916
- laravel: 8
20-
php: [7.4, 8.0, 8.1]
2117
testbench: 6
22-
18+
php: [7.4, 8.0, 8.1]
2319
- laravel: 9
24-
php: [8.0, 8.1, 8.2]
2520
testbench: 7
26-
21+
php: [8.0, 8.1, 8.2]
2722
- laravel: 10
28-
php: [8.1, 8.2, 8.3]
2923
testbench: 8
30-
24+
php: [8.1, 8.2, 8.3]
3125
- laravel: 11
32-
php: [8.2, 8.3, 8.4]
3326
testbench: 9
27+
php: [8.2, 8.3, 8.4]
3428

3529
steps:
3630
- name: Set up PHP

0 commit comments

Comments
 (0)