From ea051352c0ab5f667ca1a3beba185f3e22d634ef Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 10 Apr 2018 21:46:24 +1000 Subject: [PATCH] Update to use php 7.2 image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd8a1ef..1e77c38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. # Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/php -image: registry.leenooks.net/leenooks/php:7.1-fpm-plus +image: registry.leenooks.net/leenooks/php:7.2-fpm-plus # Pick zero or more services to be used on all builds. # Only needed when using a docker container to run your tests in.