Skip to content

Commit 46fbf46

Browse files
committed
Add default value PHP_VERSION
1 parent 4ea2662 commit 46fbf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- .:/code
1111
working_dir: /code
1212
environment:
13-
PHP_VERSION: ${PHP_VERSION}
13+
PHP_VERSION: 7.1
1414
command: bash -c "composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit"
1515
depends_on:
1616
- mysql

0 commit comments

Comments
 (0)