File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-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 : ^2.63
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
8782
8883 - name : Install dependencies
8984 run : |
90- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }} " --no-interaction --no-update
85+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:>=2.72.6 " --no-interaction --no-update
9186 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
9287
9388 - name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments