From 2b246fab7cc19acb76fd3eb01f47646dcaa89d99 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 19 Apr 2024 23:53:58 +0800 Subject: [PATCH] test intl --- 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 53f256cf..3aae34b1 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' => 'intl', + 'Linux', 'Darwin' => 'intl,posix', 'Windows' => 'mbstring,pdo_sqlite,mbregex', };