diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index ade822c6..645d555f 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -19,7 +19,7 @@ $upx = true; // If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`). $extensions = match (PHP_OS_FAMILY) { - 'Linux', 'Darwin' => 'iconv', + 'Linux', 'Darwin' => 'imap,swoole-hook-sqlite,swoole', 'Windows' => 'igbinary,redis,session', };