File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest]
16- php : [8.2 ]
17- laravel : [10 .*]
16+ php : [8.3 ]
17+ laravel : [11 .*]
1818 stability : [prefer-stable]
1919 include :
20- - laravel : 10 .*
21- testbench : 8 .*
20+ - laravel : 11 .*
21+ testbench : 9 .*
2222 carbon : ^2.63
2323
2424 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^8.2" ,
20- "illuminate/contracts" : " ^10.0" ,
20+ "illuminate/contracts" : " ^10.0|^11.0 " ,
2121 "spatie/laravel-package-tools" : " ^1.11.3" ,
2222 "twilio/sdk" : " ^7.0"
2323 },
2424 "require-dev" : {
2525 "laravel/pint" : " ^1.0" ,
26- "nunomaduro/collision" : " ^6 .0|^7 .0" ,
26+ "nunomaduro/collision" : " ^7 .0|^8 .0" ,
2727 "larastan/larastan" : " ^2.0.1" ,
28- "orchestra/testbench" : " ^7 .0|^8 .0" ,
28+ "orchestra/testbench" : " ^8 .0|^9 .0" ,
2929 "pestphp/pest" : " ^2.0" ,
3030 "pestphp/pest-plugin-arch" : " ^2.0" ,
3131 "pestphp/pest-plugin-laravel" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments