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 2de3638 commit c90b6b8Copy full SHA for c90b6b8
.github/workflows/ci.yml
@@ -162,7 +162,7 @@ jobs:
162
163
- run: bin/dev -b
164
env:
165
- PHP_VERSION: ${{ matrix.php }}
+ PHP_VERSION: "${{ matrix.php }}"
166
if: matrix.prepare_container
167
168
- run: bin/phpunit --exclude-group=functional
docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
build:
8
context: docker
9
args:
10
- PHP_VERSION: ${PHP_VERSION:-7.3}
+ PHP_VERSION: "${PHP_VERSION:-7.3}"
11
depends_on:
12
- rabbitmq
13
- mysql
0 commit comments