aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-02-11 10:17:04 +0000
committerMario <mario@mariovavti.com>2022-02-11 10:17:04 +0000
commit9b62e7eedb68c38ca57b5a382e0bc26cdc2fdb21 (patch)
tree3bdee0d40afb63417d427e8b89695145ba8b17d3 /.gitlab-ci.yml
parentbf30cfd8a451c104ba8e8d9d65d4514e60bb9b83 (diff)
downloadvolse-hubzilla-9b62e7eedb68c38ca57b5a382e0bc26cdc2fdb21.tar.gz
volse-hubzilla-9b62e7eedb68c38ca57b5a382e0bc26cdc2fdb21.tar.bz2
volse-hubzilla-9b62e7eedb68c38ca57b5a382e0bc26cdc2fdb21.zip
bump php image to 8.0
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
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