File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,16 +21,14 @@ jobs:
2121 fail-fast : true
2222 matrix :
2323 os : [ubuntu-latest, windows-latest]
24- php : [8.4]
25- laravel : [12.*, 11.*, 10.* ]
24+ php : [8.4, 8.3 ]
25+ laravel : [12.*, 11.*]
2626 stability : [prefer-lowest, prefer-stable]
2727 include :
2828 - laravel : 12.*
2929 testbench : 10.*
3030 - laravel : 11.*
3131 testbench : 9.*
32- - laravel : 10.*
33- testbench : 8.*
3432
3533 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3634
Original file line number Diff line number Diff line change 2020 }
2121 ],
2222 "require" : {
23- "php" : " ^8.4 " ,
23+ "php" : " ^8.3 " ,
2424 "spatie/laravel-package-tools" : " ^1.16" ,
25- "illuminate/contracts" : " ^10.0||^ 11.0||^12.0" ,
25+ "illuminate/contracts" : " ^11.0||^12.0" ,
2626 "guzzlehttp/guzzle" : " ^7.8" ,
2727 "psr/http-message" : " ^2.0" ,
2828 "psr/http-client" : " ^1.0"
3131 "laravel/pint" : " ^1.14" ,
3232 "nunomaduro/collision" : " ^8.1.1||^7.10.0" ,
3333 "larastan/larastan" : " ^2.9||^3.0" ,
34- "orchestra/testbench" : " ^10.0.0||^9.0.0||^8.22.0 " ,
34+ "orchestra/testbench" : " ^10.0.0||^9.0.0" ,
3535 "pestphp/pest" : " ^3.0" ,
3636 "pestphp/pest-plugin-arch" : " ^3.0" ,
3737 "pestphp/pest-plugin-laravel" : " ^3.0" ,
You can’t perform that action at this time.
0 commit comments