File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 php : ['lowest', 'latest']
19- laravel : ['12.*']
19+ laravel : ['12.*', '13.*' ]
2020 stability : [prefer-lowest, prefer-stable]
2121
2222 steps :
5959 - php : ' latest'
6060 laravel : ' 12.*'
6161 stability : prefer-stable
62+ - php : ' lowest'
63+ laravel : ' 13.*'
64+ stability : prefer-lowest
65+ - php : ' latest'
66+ laravel : ' 13.*'
67+ stability : prefer-stable
6268
6369 steps :
6470 - name : Checkout code
Original file line number Diff line number Diff line change 2626 "require" : {
2727 "php" : " 8.4 - 8.5" ,
2828 "jrmajor/fluent" : " ^1.0" ,
29- "laravel/framework" : " ^12.0"
29+ "laravel/framework" : " ^12.0 || ^13.0 "
3030 },
3131 "require-dev" : {
3232 "jrmajor/cs" : " ^0.7.0" ,
33- "orchestra/testbench" : " ^10.1" ,
33+ "orchestra/testbench" : " ^10.1 || ^11.0 " ,
3434 "phpstan/phpstan" : " ^2.1" ,
3535 "phpunit/phpunit" : " ^11.5"
3636 },
You can’t perform that action at this time.
0 commit comments