File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,14 @@ jobs:
2222 include :
2323 - laravel : 12.*
2424 testbench : 10.*
25- carbon : ^3.6
2625 - laravel : 11.*
2726 testbench : 9.*
28- carbon : ^2.63
2927 - laravel : 10.*
3028 testbench : 8.*
31- carbon : ^2.63
3229 - laravel : 9.*
3330 testbench : 7.*
34- carbon : ^2.63
3531 - laravel : 8.*
3632 testbench : 6.27
37- carbon : ^2.63
3833 exclude :
3934 - laravel : 11.*
4035 php : 8.1
4439 php : 7.4
4540 - laravel : 10.*
4641 php : 8.0
42+ - laravel : 10.*
43+ php : 8.1
4744 - laravel : 10.*
4845 php : 7.4
4946 - laravel : 9.*
8784
8885 - name : Install dependencies
8986 run : |
90- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }} " --no-interaction --no-update
87+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:>=2.72.6 " --no-interaction --no-update
9188 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
9289
9390 - name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments