Skip to content

Commit

Permalink
Fix php modules installation list
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 13, 2026
1 parent 764fbc4 commit 98cca0d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/registry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 98cca0d

Please sign in to comment.