Skip to content

Commit

Permalink
Merge pull request #101 from openeuropa/OPENEUROPA-1897
Browse files Browse the repository at this point in the history
OPENEUROPA-1897: Use ci image.
  • Loading branch information
Diogo Vargas authored Jun 7, 2019
2 parents 0d23a3f + f1b78f1 commit b323586
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ workspace:

services:
web:
image: ${IMAGE_PHP=fpfis/httpd-php-dev:5.6}
image: ${IMAGE_PHP=fpfis/httpd-php-ci:5.6}
environment:
- DOCUMENT_ROOT=/test/task-runner

pipeline:
composer-install-lowest:
group: prepare
image: ${IMAGE_PHP=fpfis/httpd-php-dev:5.6}
image: ${IMAGE_PHP=fpfis/httpd-php-ci:5.6}
volumes:
- /cache:/cache
commands:
Expand All @@ -25,7 +25,7 @@ pipeline:

composer-install-highest:
group: prepare
image: ${IMAGE_PHP=fpfis/httpd-php-dev:5.6}
image: ${IMAGE_PHP=fpfis/httpd-php-ci:5.6}
volumes:
- /cache:/cache
commands:
Expand All @@ -36,20 +36,20 @@ pipeline:

grumphp:
group: test
image: ${IMAGE_PHP=fpfis/httpd-php-dev:5.6}
image: ${IMAGE_PHP=fpfis/httpd-php-ci:5.6}
commands:
- ./vendor/bin/grumphp run

phpunit:
group: test
image: ${IMAGE_PHP=fpfis/httpd-php-dev:5.6}
image: ${IMAGE_PHP=fpfis/httpd-php-ci:5.6}
commands:
- ./vendor/bin/phpunit

matrix:
IMAGE_PHP:
- fpfis/httpd-php-dev:5.6
- fpfis/httpd-php-dev:7.1
- fpfis/httpd-php-ci:5.6
- fpfis/httpd-php-ci:7.1
COMPOSER_BOUNDARY:
- lowest
- highest

0 comments on commit b323586

Please sign in to comment.