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 1919 include :
2020 - laravel : 10.*
2121 testbench : 8.*
22+ carbon : ^2.63
2223 - laravel : 9.*
2324 testbench : 7.*
25+ carbon : ^2.63
2426 exclude :
2527 - laravel : 10.*
2628 php : 8.0
4648 - name : Install dependencies
4749 run : |
4850 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
5052 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5153
5254 - name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments