We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1775e2b commit f42a339Copy full SHA for f42a339
.github/workflows/tests.yml
@@ -132,7 +132,6 @@ jobs:
132
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/support:${{ matrix.laravel }}"
137
138
- name: Installed dependencies
0 commit comments