Commit d1d06753 authored by Stanislav Shupilkin's avatar Stanislav Shupilkin

Add default value PHP_VERSION

parent 3bba0ac4
...@@ -10,7 +10,7 @@ services: ...@@ -10,7 +10,7 @@ services:
- .:/code - .:/code
working_dir: /code working_dir: /code
environment: environment:
PHP_VERSION: ${PHP_VERSION} PHP_VERSION: 7.1
command: bash -c "composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit" command: bash -c "composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit"
depends_on: depends_on:
- mysql - mysql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment