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 923a6d7 commit 7a0bd0cCopy full SHA for 7a0bd0c
.github/workflows/tests.yml
@@ -144,7 +144,7 @@ jobs:
144
run: composer require sqlftw/sqlftw --ignore-platform-req=php+
145
146
- name: Install doctrine/dbal (optional dependency)
147
- run: composer require "doctrine/dbal:${{ matrix.dbal-version }}" --ignore-platform-req=php+
+ run: "composer require doctrine/dbal:${{ matrix.dbal-version }} --ignore-platform-req=php+"
148
149
- name: Setup Problem Matchers for PHPUnit
150
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
0 commit comments