We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eacf89 commit 973789aCopy full SHA for 973789a
.github/workflows/run-tests.yml
@@ -19,8 +19,10 @@ jobs:
19
include:
20
- laravel: 10.*
21
testbench: 8.*
22
+ carbon: ^2.63
23
- laravel: 9.*
24
testbench: 7.*
25
26
exclude:
27
28
php: 8.0
@@ -46,7 +48,7 @@ jobs:
46
48
- name: Install dependencies
47
49
run: |
50
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
- 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
52
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
53
54
- name: List Installed Dependencies
0 commit comments