Skip to content

Commit

Permalink
Use the minimum supported version of PHP when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Nov 27, 2018
1 parent eb823ff commit ce950a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:

yin-examples-php-fpm:
container_name: yin-examples-php-fpm
image: php:7.2-fpm
image: php:7.1-fpm
networks:
- yin-examples
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:
yin-php:
container_name: yin-php
image: php:7.2-cli
image: php:7.1-cli
volumes:
- .:/var/www
command: /bin/bash -c "cd /var/www; php vendor/bin/phpunit"

0 comments on commit ce950a4

Please sign in to comment.