From a3ee3e5a24be0c2a944db9cdcc97ebc633a01a4a Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Tue, 6 May 2025 16:41:35 +0700 Subject: [PATCH] add to tests --- 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 ef2b6fa6..7915aef1 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' => 'pgsql', + 'Linux', 'Darwin' => 'xsl,simplexml,xslwriter', 'Windows' => 'xlswriter,openssl', };