File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 99 fail-fast : true
1010 matrix :
1111 os : [ubuntu-latest]
12- php : [8.1, 8. 2, 8.3, 8.4]
13- laravel : [10.*, 11.*, 12.*]
12+ php : [8.2, 8.3, 8.4]
13+ laravel : [11.*, 12.*]
1414 stability : [prefer-stable]
1515 include :
16- - laravel : 10.*
17- testbench : 8.*
18- pestphp : 2.*
1916 - laravel : 11.*
2017 testbench : 9.*
21- pestphp : 2 .*
18+ pestphp : 3 .*
2219 - laravel : 12.*
2320 testbench : 10.*
24- pestphp : 2 .*
21+ pestphp : 3 .*
2522 exclude :
2623 - laravel : 11.*
2724 php : 8.1
Original file line number Diff line number Diff line change 1919 "require" : {
2020 "php" : " ^8.1" ,
2121 "guzzlehttp/guzzle" : " ^7.4" ,
22- "nunomaduro/termwind" : " ^1.10 || ^ 2.0" ,
23- "pestphp/pest" : " ^2 .0" ,
22+ "nunomaduro/termwind" : " ^2.0" ,
23+ "pestphp/pest" : " ^3 .0" ,
2424 "spatie/laravel-package-tools" : " ^1.9.2"
2525 },
2626 "require-dev" : {
27- "laravel/framework" : " ^10.0 || ^ 11.0 || ^12.0" ,
27+ "laravel/framework" : " ^11.0 || ^12.0" ,
2828 "laravel/pint" : " ^1.13" ,
29- "larastan/larastan" : " ^2.2.0 || ^ 3.1" ,
30- "orchestra/testbench" : " ^8.0 || ^ 9.0 || ^10.0" ,
29+ "larastan/larastan" : " ^3.1" ,
30+ "orchestra/testbench" : " ^9.0 || ^10.0" ,
3131 "phpmd/phpmd" : " ^2.14" ,
3232 "phpstan/extension-installer" : " ^1.1" ,
3333 "phpstan/phpstan" : " ^1.8 || ^2.1" ,
You can’t perform that action at this time.
0 commit comments