From 13104025b2d154a8b13a789176223f4362a852af Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Dec 2023 09:28:11 +0100 Subject: test build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca493e0..984c849 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,6 @@ include ../../../common/Makefile refl: $(NAME).spec php --re imagick >REFLECTION-im7 php --ri imagick >PHPINFO-im7 - php81 --re imagick >REFLECTION-im6 - php81 --ri imagick >PHPINFO-im6 + php82 --re imagick >REFLECTION-im6 + php82 --ri imagick >PHPINFO-im6 -- cgit