We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4478bcd commit 4a2c305Copy full SHA for 4a2c305
.github/workflows/run-tests.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Install dependencies
49
run: |
50
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
51
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
52
53
- name: Setup Problem Matches
0 commit comments