Skip to content

Commit 973789a

Browse files
author
riccardodallavia
committed
wip
1 parent 3eacf89 commit 973789a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
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
@@ -46,7 +48,7 @@ jobs:
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

0 commit comments

Comments
 (0)