diff options
author | Mario <mario@mariovavti.com> | 2023-03-08 10:11:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-03-08 10:11:59 +0000 |
commit | c2e5610455894d11467abdf03a3121dd2de521b2 (patch) | |
tree | 7e8a2c4684aa088e2d92d8c70540cac478a31e2d /.gitlab-ci.yml | |
parent | 234bb6425021b72f0db71667191b2c36dc593791 (diff) | |
download | volse-hubzilla-c2e5610455894d11467abdf03a3121dd2de521b2.tar.gz volse-hubzilla-c2e5610455894d11467abdf03a3121dd2de521b2.tar.bz2 volse-hubzilla-c2e5610455894d11467abdf03a3121dd2de521b2.zip |
tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 782cd1d2a..938cb52ca 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.1 stages: - test @@ -96,8 +96,8 @@ before_script: - tests/results/ -# PHP8.0 -php8.0: +# PHP8.1 +php8.1: <<: *job_definition_php # PHP8.0 with MySQL 5.7 |