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 d163b82 commit 3843528Copy full SHA for 3843528
.github/workflows/run-tests.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Install dependencies
47
run: |
48
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
49
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
50
51
- name: List Installed Dependencies
0 commit comments