We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5072492 commit c832aecCopy full SHA for c832aec
.github/workflows/tests.yml
@@ -133,7 +133,7 @@ jobs:
133
- name: Install dependencies
134
run: |
135
composer require "doctrine/dbal:${{ matrix.dbal }}" --dev --no-interaction --no-update
136
- composer update --prefer-dist --no-interaction --no-suggest --with="orchestra/testbench:${{ matrix.testbench }}" --with="illuminate/contracts:${{ matrix.laravel }}"
+ composer update --prefer-dist --no-interaction --no-suggest --with="orchestra/testbench:${{ matrix.testbench }}" --with="illuminate/support:${{ matrix.laravel }}"
137
138
- name: Installed dependencies
139
run: composer show -D
0 commit comments