Skip to content

Commit 4a2c305

Browse files
authored
Update run-tests.yml
1 parent 4478bcd commit 4a2c305

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
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Install dependencies
4949
run: |
50-
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
50+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5151
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
5252
5353
- name: Setup Problem Matches

0 commit comments

Comments
 (0)