Skip to content

Commit 3702a4d

Browse files
authored
Update run-tests.yml
1 parent 10ff83e commit 3702a4d

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
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: |
34-
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" --no-interaction --no-update
34+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
3535
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
3636
3737
- name: Execute tests

0 commit comments

Comments
 (0)