Skip to content

Commit b93b127

Browse files
committed
WIP
1 parent bcd074e commit b93b127

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,41 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ 8.0 ]
12+
php: [ 8.0, 8.1 ]
1313
laravel: [ 7.*, 8.*, 9.* ]
1414
include:
1515
- php: 8.0
1616
laravel: 7.*
1717
phpunit: 9.*
1818
testbench: 5.*
1919
larastan: 1.*
20-
2120
- php: 8.0
2221
laravel: 8.*
2322
phpunit: 9.*
2423
testbench: 6.*
2524
larastan: 1.*
26-
2725
- php: 8.0
2826
laravel: 9.*
2927
phpunit: 9.*
3028
testbench: 7.*
3129
larastan: 2.*
3230

31+
- php: 8.1
32+
laravel: 7.*
33+
phpunit: 9.*
34+
testbench: 5.*
35+
larastan: 1.*
36+
- php: 8.1
37+
laravel: 8.*
38+
phpunit: 9.*
39+
testbench: 6.*
40+
larastan: 1.*
41+
- php: 8.1
42+
laravel: 9.*
43+
phpunit: 9.*
44+
testbench: 7.*
45+
larastan: 2.*
46+
3347
name: Laravel Actions Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
3448

3549
steps:

0 commit comments

Comments
 (0)