From 60ad8b8ba2e882a504317da17ecbb7bea83dc668 Mon Sep 17 00:00:00 2001 From: Eirik Stanghelle Morland Date: Thu, 27 Nov 2025 06:23:39 +0100 Subject: [PATCH] imagick for PHP 8.5 --- php-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-install.sh b/php-install.sh index d618c28..42b119d 100644 --- a/php-install.sh +++ b/php-install.sh @@ -199,7 +199,7 @@ case $PHP_VERSION in esac case $PHP_VERSION in - 8.5*) + 8.6*) php -m | grep -q '^imagick$' || \ (git clone --depth=1 https://github.com/Imagick/imagick.git /usr/src/imagick; \ cd /usr/src/imagick; \