From 98cca0d2480a6e79d012d04ba05a335ef37ebbb0 Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Mon, 13 Apr 2026 15:46:12 +0000 Subject: [PATCH] Fix php modules installation list --- .github/workflows/registry-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/registry-ci.yml b/.github/workflows/registry-ci.yml index bf7d8cebc..cfc3402f9 100644 --- a/.github/workflows/registry-ci.yml +++ b/.github/workflows/registry-ci.yml @@ -58,21 +58,16 @@ jobs: sudo apt-get install -y --no-install-recommends \ php${PHP_VER}-cli \ php${PHP_VER}-mbstring \ - php${PHP_VER}-json \ - php${PHP_VER}-openssl \ php${PHP_VER}-intl \ php${PHP_VER}-ldap \ php${PHP_VER}-xml \ php${PHP_VER}-zip \ - php${PHP_VER}-sodium \ php${PHP_VER}-pdo \ php${PHP_VER}-mysql \ php${PHP_VER}-pgsql \ php${PHP_VER}-gd \ php${PHP_VER}-xsl \ php${PHP_VER}-memcached \ - php${PHP_VER}-pcntl \ - php${PHP_VER}-posix \ php${PHP_VER}-curl sudo update-alternatives --set php /usr/bin/php${PHP_VER}