Skip to content

Commit 34e25b7

Browse files
committed
WIP
1 parent c0b0d29 commit 34e25b7

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ 8.0, 8.1 ]
12+
php: [ 8.0, 8.1, 8.2 ]
1313
laravel: [ 7.*, 8.*, 9.*, 10.* ]
1414
include:
1515
- php: 8.0
@@ -29,21 +29,32 @@ jobs:
2929
larastan: 2.*
3030

3131
- php: 8.1
32-
laravel: 7.*
32+
laravel: 8.*
3333
phpunit: 9.*
34-
testbench: 5.*
34+
testbench: 6.*
3535
larastan: 1.*
3636
- php: 8.1
37+
laravel: 9.*
38+
phpunit: 9.*
39+
testbench: 7.*
40+
larastan: 2.*
41+
- php: 8.1
42+
laravel: 10.*
43+
phpunit: 10.*
44+
testbench: 8.*
45+
larastan: 2.*
46+
47+
- php: 8.2
3748
laravel: 8.*
3849
phpunit: 9.*
3950
testbench: 6.*
4051
larastan: 1.*
41-
- php: 8.1
52+
- php: 8.2
4253
laravel: 9.*
4354
phpunit: 9.*
4455
testbench: 7.*
4556
larastan: 2.*
46-
- php: 8.1
57+
- php: 8.2
4758
laravel: 10.*
4859
phpunit: 10.*
4960
testbench: 8.*

0 commit comments

Comments
 (0)