Skip to content

Commit 96e1531

Browse files
committed
🐳 Provide default docker arg
1 parent d2fe7da commit 96e1531

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION
1+
ARG PHP_VERSION=7.2
22

33
FROM php:${PHP_VERSION}-cli
44

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ services:
99
volumes:
1010
- .:/code
1111
working_dir: /code
12-
environment:
13-
PHP_VERSION: 7.1
1412
command: bash -c "composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit"
1513
depends_on:
1614
- mysql

0 commit comments

Comments
 (0)