Skip to content

Commit 19df350

Browse files
committed
wip
1 parent 6675520 commit 19df350

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

.github/workflows/main.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -14,39 +14,39 @@ jobs:
1414

1515
strategy:
1616
fail-fast: false
17-
matrix:
18-
php: ['8.4', '8.3', '8.2', '8.1', '8.0']
19-
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*']
20-
stability: [prefer-stable]
21-
exclude:
22-
- php: 8.0
23-
laravel: 10.*
24-
- php: 8.0
25-
laravel: 11.*
26-
- php: 8.0
27-
laravel: 12.*
28-
- php: 8.1
29-
laravel: 11.*
30-
- php: 8.1
31-
laravel: 12.*
32-
- php: 8.2
33-
laravel: 8.*
34-
- php: 8.3
35-
laravel: 8.*
36-
- php: 8.4
37-
laravel: 8.*
38-
include:
39-
- laravel: 8.*
40-
testbench: 6.23
41-
- laravel: 9.*
42-
testbench: 7.*
43-
- laravel: 10.*
44-
testbench: 8.*
45-
- laravel: 11.*
46-
testbench: 9.*
47-
- laravel: 12.*
48-
testbench: 10.*
49-
dependency-version: [prefer-stable]
17+
matrix:
18+
php: ['8.4', '8.3', '8.2', '8.1', '8.0']
19+
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*']
20+
stability: [prefer-stable]
21+
exclude:
22+
- php: 8.0
23+
laravel: 10.*
24+
- php: 8.0
25+
laravel: 11.*
26+
- php: 8.0
27+
laravel: 12.*
28+
- php: 8.1
29+
laravel: 11.*
30+
- php: 8.1
31+
laravel: 12.*
32+
- php: 8.2
33+
laravel: 8.*
34+
- php: 8.3
35+
laravel: 8.*
36+
- php: 8.4
37+
laravel: 8.*
38+
include:
39+
- laravel: 8.*
40+
testbench: 6.23
41+
- laravel: 9.*
42+
testbench: 7.*
43+
- laravel: 10.*
44+
testbench: 8.*
45+
- laravel: 11.*
46+
testbench: 9.*
47+
- laravel: 12.*
48+
testbench: 10.*
49+
dependency-version: [prefer-stable]
5050

5151

5252
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest

0 commit comments

Comments
 (0)