From 4dcbfc5a533d8eac51414219e5adb6d6a1968969 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 25 Jan 2021 21:29:38 +0100 Subject: [PATCH] use PHP 7.4 for tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85f0886..7cf610e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # This file is a template, and might need editing before it works on your project. # Select image from https://hub.docker.com/_/php/ -image: chialab/php:7.3 +image: chialab/php:7.4 # Select what we should cache between builds cache: