Skip to content

Commit 7a0bd0c

Browse files
author
Bartłomiej Nowak
committed
update .github/workflows/tests.yml
1 parent 923a6d7 commit 7a0bd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: composer require sqlftw/sqlftw --ignore-platform-req=php+
145145

146146
- name: Install doctrine/dbal (optional dependency)
147-
run: composer require "doctrine/dbal:${{ matrix.dbal-version }}" --ignore-platform-req=php+
147+
run: "composer require doctrine/dbal:${{ matrix.dbal-version }} --ignore-platform-req=php+"
148148

149149
- name: Setup Problem Matchers for PHPUnit
150150
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

0 commit comments

Comments
 (0)