File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 matrix :
1515 os : [ubuntu-latest]
1616 php : [8.2, 8.3, 8.4]
17- laravel : ['^10.0', '^11.0']
17+ laravel : ['^10.0', '^11.0', '^12.0' ]
1818 stability : [prefer-lowest, prefer-stable]
1919
2020 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^8.0 " ,
20- "illuminate/contracts" : " ^10.0|^11.0" ,
21- "illuminate/support" : " ^10.0|^11.0" ,
22- "illuminate/http" : " ^10.0|^11.0" ,
19+ "php" : " ^8.2 " ,
20+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
21+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
22+ "illuminate/http" : " ^10.0|^11.0|^12.0 " ,
2323 "symfony/process" : " ^6.2|^7.0"
2424 },
2525 "require-dev" : {
2626 "brianium/paratest" : " ^7.0" ,
2727 "nunomaduro/collision" : " ^7.0|^8.0" ,
28- "orchestra/testbench" : " ^8.0|^9.0" ,
28+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
2929 "phpunit/phpunit" : " ^10.5|^11.0" ,
3030 "larastan/larastan" : " ^2.9||^3.0" ,
3131 "phpstan/phpstan-deprecation-rules" : " ^1.1||^2.0" ,
You can’t perform that action at this time.
0 commit comments