File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,20 @@ jobs:
1818 matrix :
1919 os : [ubuntu-latest, windows-latest]
2020 php : [8.3, 8.2, 8.1]
21- laravel : [11.*, 10.*]
21+ laravel : [12.*, 11.*, 10.*]
2222 stability : [prefer-lowest, prefer-stable]
2323 include :
2424 - laravel : 10.*
2525 testbench : 8.*
2626 - laravel : 11.*
2727 testbench : 9.*
28+ - laravel : 12.*
29+ testbench : 10.*
2830 exclude :
2931 - laravel : 11.*
3032 php : 8.1
33+ - laravel : 12.*
34+ php : 8.1
3135
3236 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3337
Original file line number Diff line number Diff line change 2525 "require" : {
2626 "php" : " ^8.1" ,
2727 "guzzlehttp/guzzle" : " ^7.4" ,
28- "illuminate/contracts" : " ^10.0|^11.0" ,
28+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
2929 "psr/http-client" : " ^1.0"
3030 },
3131 "require-dev" : {
3232 "laravel/pint" : " ^1.0" ,
3333 "nunomaduro/collision" : " ^7.8|^8.1" ,
3434 "larastan/larastan" : " ^2.9|^3.1" ,
35- "orchestra/testbench" : " ^8.8|^9.0" ,
35+ "orchestra/testbench" : " ^8.8|^9.0|^10.0 " ,
3636 "pestphp/pest" : " ^2.36|^3.7" ,
3737 "pestphp/pest-plugin-arch" : " ^2.7|^3.0" ,
3838 "pestphp/pest-plugin-laravel" : " ^2.4|^3.1" ,
You can’t perform that action at this time.
0 commit comments