File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 php : ['8.2', '8.3']
15- laravel : ['10.*']
15+ laravel : ['10.*', '11.*' ]
1616 stability : [prefer-lowest, prefer-stable]
1717
1818 steps :
5555 - php : ' 8.3'
5656 laravel : ' 10.*'
5757 stability : prefer-stable
58+ - php : ' 8.2'
59+ laravel : ' 11.*'
60+ stability : prefer-lowest
61+ - php : ' 8.3'
62+ laravel : ' 11.*'
63+ stability : prefer-stable
5864
5965 steps :
6066 - name : Checkout code
Original file line number Diff line number Diff line change 2626 "require" : {
2727 "php" : " 8.2 - 8.3" ,
2828 "jrmajor/fluent" : " ^1.0" ,
29- "laravel/framework" : " ^10.0"
29+ "laravel/framework" : " ^10.0 || ^11.0 "
3030 },
3131 "require-dev" : {
3232 "jrmajor/cs" : " ^0.5.6" ,
33- "orchestra/testbench" : " ^8.21" ,
33+ "orchestra/testbench" : " ^8.21 || ^9.0 " ,
3434 "phpstan/phpstan" : " ^1.10" ,
35- "phpunit/phpunit" : " ^10.2 "
35+ "phpunit/phpunit" : " ^10.5 "
3636 },
3737 "minimum-stability" : " dev" ,
3838 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments