Update test-extensions.php

This commit is contained in:
Marc
2025-05-18 17:46:55 +07:00
committed by GitHub
parent ea7c145c62
commit 117923791a

View File

@@ -51,7 +51,7 @@ $extensions = match (PHP_OS_FAMILY) {
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).
$shared_extensions = match (PHP_OS_FAMILY) {
'Linux' => 'xdebug',
'Linux' => 'xdebug,intl,pgsql',
'Windows', 'Darwin' => '',
};