aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-02-11 11:16:03 +0000
committerMario <mario@mariovavti.com>2022-02-11 11:16:03 +0000
commit502226b0a66285bf35bf37286c1437e9f4121a44 (patch)
treef8932d241d572518c86e22b032a479e389248b52 /.gitlab-ci.yml
parent78206b48f4ae4722d08eb77db5bd5a56fc6f127c (diff)
downloadvolse-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.yml2
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