From 9b53133ba49dbdbdf16e9747adb1b051bc687a3e Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Thu, 16 Oct 2025 01:19:10 +0800 Subject: [PATCH] test --- 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 037a9992..c17aa250 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -62,7 +62,7 @@ $shared_extensions = match (PHP_OS_FAMILY) { }; // If you want to test lib-suggests for all extensions and libraries, set it to true. -$with_suggested_libs = true; +$with_suggested_libs = false; // If you want to test extra libs for extensions, add them below (comma separated, example `libwebp,libavif`). Unnecessary, when $with_suggested_libs is true. $with_libs = match (PHP_OS_FAMILY) {