From a579ab7cd4872567baa5fd9af2f1a33d5144fa03 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Sun, 31 Jan 2021 21:31:42 +0200
Subject: [PATCH] Issue #3194401: Switch to CircleCI as the default automated
 testing platform

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9117ac5a..273c38f0 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -48,7 +48,7 @@ jobs:
             sudo -E docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd
             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 json xmlrpc xsl
+            sudo -E docker-php-ext-install mbstring xml common curl imap intl json xmlrpc xsl
             sudo service apache2 restart
 
       ## Change PHP Configurations.
-- 
GitLab