File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 include :
2020 - laravel : 10.*
2121 testbench : 8.*
22- carbon : 2.64.1
22+ carbon_version : 2.64.1
2323 - laravel : 11.*
2424 testbench : 9.*
25- carbon : 2.64.1
25+ carbon_version : 2.64.1
2626 - laravel : 12.*
2727 testbench : 10.*
28- carbon : 3.0.0
28+ carbon_version : 3.0.0
2929 exclude :
3030 - laravel : 11.*
3131 php : 8.1
5252
5353 - name : Install dependencies
5454 run : |
55- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.64.1 " --no-interaction --no-update
55+ composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^${{ matrix.carbon_version }} " --no-interaction --no-update
5656 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5757
5858 - name : Execute tests
You can’t perform that action at this time.
0 commit comments