File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 matrix :
1515 os : [ubuntu-latest]
1616 php : [8.2,8.3]
17- laravel : [11 .*]
17+ laravel : [12 .*]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
20- - laravel : 11 .*
21- testbench : 9 .*
20+ - laravel : 12 .*
21+ testbench : 10 .*
2222 carbon : ^3
2323
2424 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " ^8.2|^8.3" ,
2020 "spatie/laravel-package-tools" : " ^1.14.0" ,
21- "laravel/framework" : " ^11 .0"
21+ "laravel/framework" : " ^12 .0"
2222 },
2323 "require-dev" : {
2424 "laravel/pint" : " ^1.0" ,
2525 "nunomaduro/collision" : " ^8.0" ,
2626 "nunomaduro/larastan" : " ^3" ,
27- "orchestra/testbench" : " ^9 " ,
27+ "orchestra/testbench" : " ^10 " ,
2828 "pestphp/pest" : " ^3" ,
2929 "pestphp/pest-plugin-arch" : " ^3" ,
3030 "pestphp/pest-plugin-laravel" : " ^3" ,
You can’t perform that action at this time.
0 commit comments