Skip to content

Commit 0977c21

Browse files
authored
Update run-tests.yml
1 parent 49955ce commit 0977c21

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
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Install dependencies
6868
run: |
69-
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
69+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
7070
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
7171
7272
- name: Execute tests

0 commit comments

Comments
 (0)