add to tests

This commit is contained in:
DubbleClick 2025-05-06 16:41:35 +07:00
parent 16a36b8315
commit a3ee3e5a24

View File

@ -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',
};