Skip to content

Commit 888d8a3

Browse files
authored
Update run-tests.yml
1 parent 043f7da commit 888d8a3

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
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Install dependencies
5555
run: |
56-
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
56+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5757
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
5858
5959
- name: Execute tests

0 commit comments

Comments
 (0)