Fix PHP build
All checks were successful
Test build / build (push) Successful in 27m40s

This commit is contained in:
Adam Štrauch 2024-10-08 12:16:00 +02:00
parent 10612a9b26
commit 74ea47288e
Signed by: cx
GPG Key ID: 7262DAFE292BCE20

View File

@ -82,7 +82,7 @@ echo "extension=mongodb.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
# Not supported yet # Not supported yet
# https://github.com/Imagick/imagick/issues/358 # https://github.com/Imagick/imagick/issues/358
# We ignore PHP 8.3.2 until it's fixed # We ignore PHP 8.3.2 until it's fixed
if [ "$VERSION" != "8.3.2" -a "$VERSION" != "8.3.6" -a "$VERSION" != "8.3.9" ]; then if [ "$VERSION" != "8.3.2" -a "$VERSION" != "8.3.6" -a "$VERSION" != "8.3.9" -a "$VERSION" != "8.3.12" ]; then
echo "no" | /opt/techs/php-$VERSION/bin/pecl install imagick echo "no" | /opt/techs/php-$VERSION/bin/pecl install imagick
echo "extension=imagick.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini echo "extension=imagick.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
fi fi