From 6c6f0d2cb4b735f80e96ede3749906d0c276e486 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sun, 31 Jan 2021 20:44:07 +0200 Subject: [PATCH] Issue #3194401: Switch to CircleCI as the default automated testing platform --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 366723ff..b0dda514 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,8 +44,11 @@ jobs: - run: name: Install PHP extra command: | + sudo -E docker-php-ext-install zip sudo -E docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd - sudo -E docker-php-ext-install zip mbstring bcmath pdo pdo_mysql xml cgi cli common curl gd imap intl pspell sqlite3 tidy opcache json bz2 readline xmlrpc enchant xsl + sudo -E docker-php-ext-install bcmath pdo_mysql + sudo -E docker-php-ext-install gd + sudo -E docker-php-ext-install mbstring xml cgi cli common curl imap intl pspell sqlite3 tidy opcache json bz2 readline xmlrpc enchant xsl sudo service apache2 restart ## Change PHP Configurations. -- GitLab