diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 10:18:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 10:18:10 +0000 |
commit | 21eddefa4118230cc1faafe47b9544f0a06374a3 (patch) | |
tree | 23f61741667593ba42a99d8069c589463759065a /.gitlab-ci.yml | |
parent | 9b62e7eedb68c38ca57b5a382e0bc26cdc2fdb21 (diff) | |
download | volse-hubzilla-21eddefa4118230cc1faafe47b9544f0a06374a3.tar.gz volse-hubzilla-21eddefa4118230cc1faafe47b9544f0a06374a3.tar.bz2 volse-hubzilla-21eddefa4118230cc1faafe47b9544f0a06374a3.zip |
typo
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7754e667c..cc25e17b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ # Use a prepared Hubzilla image to optimise pipeline duration # image: registry.gitlab.com/dawnbreak/hubzilla/core:php7.3 -image php:8.0 +image: php:8.0 stages: - test |