Skip to content

Commit c5b22a8

Browse files
committed
WIP
1 parent 34e25b7 commit c5b22a8

File tree

1 file changed

+48
-3
lines changed

1 file changed

+48
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ jobs:
77
timeout-minutes: 5
88

99
strategy:
10-
fail-fast: true
1110
matrix:
12-
php: [ 8.0, 8.1, 8.2 ]
13-
laravel: [ 7.*, 8.*, 9.*, 10.* ]
11+
php: [ 8.0, 8.1, 8.2, 8.3, 8.4 ]
12+
laravel: [ 7.*, 8.*, 9.*, 10.*, 11.*, 12.* ]
1413
include:
1514
- php: 8.0
1615
laravel: 7.*
@@ -59,11 +58,57 @@ jobs:
5958
phpunit: 10.*
6059
testbench: 8.*
6160
larastan: 2.*
61+
- php: 8.2
62+
laravel: 11.*
63+
phpunit: 10.*
64+
testbench: 9.*
65+
larastan: 2.*
66+
- php: 8.2
67+
laravel: 12.*
68+
phpunit: 10.*
69+
testbench: 10.*
70+
larastan: 3.*
71+
72+
- php: 8.3
73+
laravel: 8.*
74+
phpunit: 9.*
75+
testbench: 6.*
76+
larastan: 1.*
77+
- php: 8.3
78+
laravel: 9.*
79+
phpunit: 9.*
80+
testbench: 7.*
81+
larastan: 2.*
82+
- php: 8.3
83+
laravel: 10.*
84+
phpunit: 10.*
85+
testbench: 8.*
86+
larastan: 2.*
87+
- php: 8.3
88+
laravel: 11.*
89+
phpunit: 11.*
90+
testbench: 9.*
91+
larastan: 2.*
92+
- php: 8.3
93+
laravel: 12.*
94+
phpunit: 11.*
95+
testbench: 10.*
96+
larastan: 3.*
6297

6398
exclude:
6499
- php: 8.0
65100
laravel: 10.*
101+
- php: 8.0
102+
laravel: 11.*
103+
- php: 8.0
104+
laravel: 12.*
105+
- php: 8.1
106+
laravel: 7.*
107+
- php: 8.1
108+
laravel: 11.*
66109
- php: 8.1
110+
laravel: 12.*
111+
- php: 8.2
67112
laravel: 7.*
68113

69114
name: Laravel Actions Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

0 commit comments

Comments
 (0)