Skip to content

Commit 1975470

Browse files
committed
try to fix build of php 8.5 test env
1 parent b1cc157 commit 1975470

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/ci/setup/setup_php.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ install_shivammatur() {
126126
libsodium23 \
127127
libxml2-dev \
128128
pkg-config \
129-
pkgconf \
130129
python3 \
131130
python3-apt \
132131
systemd-standalone-tmpfiles \
@@ -140,7 +139,7 @@ install_shivammatur() {
140139
if [ -d "/etc/php/${PHP_VERSION}/${DIR}/conf.d" ]; then
141140
rm -rf /etc/php/${PHP_VERSION}/${DIR}/conf.d/*.ini
142141
for EXT in dom curl mbstring phar; do
143-
ln -s /etc/php/mods-available/${EXT}.ini /etc/php/${PHP_VERSION}/${DIR}/conf.d/20-${EXT}.ini
142+
ln -s /etc/php/${PHP_VERSION}/mods-available/${EXT}.ini /etc/php/${PHP_VERSION}/${DIR}/conf.d/20-${EXT}.ini
144143
done
145144
fi
146145
done

0 commit comments

Comments
 (0)