File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 19
19
include :
20
20
- laravel : 10.*
21
21
testbench : 8.*
22
+ carbon : ^2.63
22
23
- laravel : 9.*
23
24
testbench : 7.*
25
+ carbon : ^2.63
24
26
exclude :
25
27
- laravel : 10.*
26
28
php : 8.0
46
48
- name : Install dependencies
47
49
run : |
48
50
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
49
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
51
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
50
52
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
51
53
52
54
- name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments