diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 11:16:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 11:16:03 +0000 |
commit | 502226b0a66285bf35bf37286c1437e9f4121a44 (patch) | |
tree | f8932d241d572518c86e22b032a479e389248b52 /.gitlab-ci.yml | |
parent | 78206b48f4ae4722d08eb77db5bd5a56fc6f127c (diff) | |
download | volse-hubzilla-502226b0a66285bf35bf37286c1437e9f4121a44.tar.gz volse-hubzilla-502226b0a66285bf35bf37286c1437e9f4121a44.tar.bz2 volse-hubzilla-502226b0a66285bf35bf37286c1437e9f4121a44.zip |
more ci testing
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 218a0c403..bb63c1798 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ before_script: # Install & enable Xdebug for code coverage reports - pecl install xdebug - apt-get update -- apt-get install zip unzip php-gd +- apt-get install zip unzip php8-gd - docker-php-ext-enable xdebug - docker-php-ext-enable gd |