diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index f5bb025b..8281f88b 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -66,7 +66,7 @@ $with_suggested_libs = true; // 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) { - 'Linux', 'Darwin' => 'krb5,libiouring', + 'Linux', 'Darwin' => 'krb5', 'Windows' => '', };