From 9b62e7eedb68c38ca57b5a382e0bc26cdc2fdb21 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 11 Feb 2022 10:17:04 +0000 Subject: bump php image to 8.0 --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96a76e666..7754e667c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,9 @@ # Select image from https://hub.docker.com/_/php/ #image: php:7.3 # Use a prepared Hubzilla image to optimise pipeline duration -image: registry.gitlab.com/dawnbreak/hubzilla/core:php7.3 +# image: registry.gitlab.com/dawnbreak/hubzilla/core:php7.3 + +image php:8.0 stages: - test -- cgit v1.2.3