diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 4a386212..af59c409 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -45,7 +45,7 @@ $prefer_pre_built = false; // If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`). $extensions = match (PHP_OS_FAMILY) { - 'Linux', 'Darwin' => 'lz4', + 'Linux', 'Darwin' => 'openssl,curl', 'Windows' => 'xlswriter,openssl', };