File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,13 @@ jobs:
1919 include :
2020 - laravel : 11.*
2121 testbench : 9.*
22+ carbon : ^3.*
2223 - laravel : 10.*
2324 testbench : 8.*
25+ carbon : ^2.63
2426 - laravel : 9.*
2527 testbench : 7.*
28+ carbon : ^2.63
2629 exclude :
2730 - laravel : 11.*
2831 php : 8.1
5154
5255 - name : Install dependencies
5356 run : |
54- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
57+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
5558 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5659
5760 - name : Execute tests
You can’t perform that action at this time.
0 commit comments