Skip to content

Commit b205402

Browse files
authored
Update run-tests.yml
1 parent 2b14426 commit b205402

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
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Install dependencies
6161
run: |
62-
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
62+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
6363
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
6464
6565
- name: Setup Problem Matches

0 commit comments

Comments
 (0)