File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ jobs:
1212 strategy :
1313 matrix :
1414 os : [ubuntu-latest]
15- php : [8.5 , 8.4 ]
16- laravel : [12.*]
15+ php : [8.4 , 8.5 ]
16+ laravel : [12.*, 13.* ]
1717 stability : [prefer-lowest, prefer-stable]
1818 include :
19+ - laravel : 13.*
20+ testbench : ^11.0
1921 - laravel : 12.*
2022 testbench : ^10.7
2123
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " ^8.4" ,
2020 "guzzlehttp/guzzle" : " ^7.10" ,
21- "laravel/framework" : " ^12.44" ,
21+ "laravel/framework" : " ^12.44|^13.0 " ,
2222 "pragmarx/google2fa" : " ^8.0|^9.0" ,
23- "spatie/laravel-package-tools" : " ^1.92 "
23+ "spatie/laravel-package-tools" : " ^1.93 "
2424 },
2525 "require-dev" : {
26- "larastan/larastan" : " ^3.8 " ,
26+ "larastan/larastan" : " ^3.9 " ,
2727 "nunomaduro/collision" : " ^8.8.3" ,
28- "orchestra/testbench" : " ^10.8" ,
29- "pestphp/pest" : " ^4.3 " ,
28+ "orchestra/testbench" : " ^10.8|^11.0 " ,
29+ "pestphp/pest" : " ^4.4 " ,
3030 "pestphp/pest-plugin-laravel" : " ^4.0" ,
31- "worksome/coding-style" : " ^3.3 "
31+ "worksome/coding-style" : " ^3.4 "
3232 },
3333 "autoload" : {
3434 "psr-4" : {
You can’t perform that action at this time.
0 commit comments