Skip to content

Commit 7a7e454

Browse files
chore: update Laravel framework and add nesbot/carbon dependency in CI workflow
1 parent 99b237f commit 7a7e454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Install dependencies
4848
run: |
49-
composer require "laravel/framework:^${{ matrix.laravel }}" --no-update
49+
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:>=2.72" --dev --no-interaction --no-update
5050
composer update --prefer-dist --no-interaction --no-progress
5151
5252
- name: Execute tests

0 commit comments

Comments
 (0)