File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : true
1010 matrix :
11- os : [ubuntu-latest, macos-latest ]
11+ os : [ubuntu-latest]
1212 php : [8.2, 8.3, 8.4]
13- laravel : [10.*, 11.*, 12.*]
13+ laravel : [11.*, 12.*]
1414 stability : [prefer-lowest, prefer-stable]
1515 include :
16- - laravel : 10.*
17- testbench : 8.*
18- workbench : 8.*
1916 - laravel : 11.*
2017 testbench : 9.*
2118 workbench : 9.*
Original file line number Diff line number Diff line change 1919 ],
2020 "require" : {
2121 "php" : " ^8.2" ,
22- "illuminate/support" : " ^10.0|^ 11.0|^12.0"
22+ "illuminate/support" : " ^11.0|^12.0"
2323 },
2424 "require-dev" : {
2525 "laravel/pint" : " ^1.10" ,
26- "orchestra/testbench" : " ^8.14|^ 9.0|^10.0" ,
27- "orchestra/workbench" : " ^8.0|^ 9.0|^10.0" ,
26+ "orchestra/testbench" : " ^9.0|^10.0" ,
27+ "orchestra/workbench" : " ^9.0|^10.0" ,
2828 "phpunit/phpunit" : " ^10.5|^11.5"
2929 },
3030 "autoload" : {
You can’t perform that action at this time.
0 commit comments