We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca09e5 commit b62d55aCopy full SHA for b62d55a
.github/workflows/run-tests.yml
@@ -45,7 +45,6 @@ jobs:
45
46
- name: Install dependencies
47
run: |
48
-# composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
49
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
50
51
- name: Execute tests
0 commit comments