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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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