File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ jobs:
1717 matrix :
1818 os : [ ubuntu-latest ]
1919 php : [ 8.4, 8.3, 8.2 ]
20- laravel : [ 12.*, 11.*, 10.* ]
20+ laravel : [ 12.*, 11.* ]
2121 stability : [ prefer-lowest, prefer-stable ]
2222 include :
2323 - laravel : 12.*
2424 testbench : 10.*
2525 - laravel : 11.*
2626 testbench : 9.*
27- - laravel : 10.*
28- testbench : 8.*
2927
3028 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3129
Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "php" : " ^8.2" ,
14- "illuminate/support" : " ^10.0 || ^ 11.0 || ^12.0" ,
14+ "illuminate/support" : " ^11.0 || ^12.0" ,
1515 "javaabu/sms-notifications" : " ^1.1" ,
1616 "javaabu/laravel-recaptcha" : " ^6.2" ,
1717 "javaabu/helpers" : " ^1.59" ,
1818 "javaabu/activitylog" : " ^1.4" ,
1919 "laravel/passport" : " ^12.4"
2020 },
2121 "require-dev" : {
22- "orchestra/testbench" : " ^7.0 || ^8.0 || ^ 9.0 || ^10.0" ,
23- "phpunit/phpunit" : " ^9.5 || ^ 10.5 || ^11.5.3" ,
22+ "orchestra/testbench" : " ^9.0 || ^10.0" ,
23+ "phpunit/phpunit" : " ^10.5 || ^11.5.3" ,
2424 "laravel/pint" : " ^1.15" ,
2525 "javaabu/auth" : " ^1.16"
2626 },
You can’t perform that action at this time.
0 commit comments