File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments