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 fabf949 commit 90701e3Copy full SHA for 90701e3
.travis.yml
@@ -20,7 +20,7 @@ script:
20
- ansible-playbook --extra-vars="@vars/${php_version}.yml" main.yml
21
22
# Verify the container runs and has the correct PHP version.
23
- - docker run -d --name=php-apache -p 8080:80 php-apache:latest /usr/sbin/apache2ctl -D FOREGROUND
+ - docker run -d --name=php-apache -p 8080:80 geerlingguy/php-apache:${php_version} /usr/sbin/apache2ctl -D FOREGROUND
24
- docker exec php-apache php -v | grep ${php_version}
25
- curl http://localhost:8080/
26
0 commit comments