From 4b38da76b18bb48e7dbacf71a4fa777d3957e9ff Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Wed, 2 Jul 2025 14:01:06 +0700 Subject: [PATCH] test frankenphp too --- src/globals/test-extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index f5dd882f..a8b54215 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -41,7 +41,7 @@ $no_strip = false; $upx = false; // whether to test frankenphp build, only available for macos and linux -$frankenphp = false; +$frankenphp = true; // prefer downloading pre-built packages to speed up the build process $prefer_pre_built = true;