From 800cc82b4a2338cd129c8b5189c550fc656cffdd Mon Sep 17 00:00:00 2001 From: ruan <2369127-ruany@users.noreply.gitlab.com> Date: Sun, 20 Dec 2020 08:16:46 +0200 Subject: [PATCH] [CI] Attempt to fix build broken by upstream changes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09545e2..7b80c16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ before_script: # mbstring broken because dependencies not included in default template: # > $ docker-php-ext-install mbstring pdo_pgsql curl json intl gd xml zip bz2 opcache # > No package 'oniguruma' found - - docker-php-ext-install pdo_mysql curl json intl gd xml zip bz2 opcache + - docker-php-ext-install pdo_mysql curl zip bz2 # Install & enable Xdebug for code coverage reports - pecl install xdebug - docker-php-ext-enable xdebug