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}