diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index c7127f0d..53f256cf 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -13,7 +13,7 @@ declare(strict_types=1); // If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`). $extensions = match (PHP_OS_FAMILY) { - 'Linux', 'Darwin' => 'uuid', + 'Linux', 'Darwin' => 'intl', 'Windows' => 'mbstring,pdo_sqlite,mbregex', };