File tree Expand file tree Collapse file tree 1 file changed +12
-18
lines changed
Expand file tree Collapse file tree 1 file changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,19 @@ jobs:
1414 fail-fast : true
1515 matrix :
1616 os : [ubuntu-latest]
17+ php : [8.4]
18+ laravel : [11.*, 12.*]
1719 include :
18- - php : 8.4
19- laravel : " 11.*"
20- testbench : " 9.*"
21- carbon : " ^3.5"
22- contracts : " ^11.0"
23- collision : " ^8.0"
24- - php : 8.4
25- laravel : " 12.*"
26- testbench : " 10.*"
27- carbon : " ^3.5"
28- contracts : " ^12.0"
29- collision : " ^8.0"
30- - php : 8.5
31- laravel : " 12.*"
32- testbench : " 10.*"
33- carbon : " ^3.5"
34- contracts : " ^12.0"
35- collision : " ^8.0"
20+ - laravel : 11.*
21+ testbench : 9.*
22+ carbon : ^3.5
23+ contracts : ^11.0
24+ collision : ^8.0
25+ - laravel : 12.*
26+ testbench : 10.*
27+ carbon : ^3.5
28+ contracts : ^12.0
29+ collision : ^8.0
3630
3731 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
3832
You can’t perform that action at this time.
0 commit comments