update postgresql version to 16.2 (#355)

* update postgresql version to 16.2

* add tests

* add tests
This commit is contained in:
Jerry Ma
2024-02-26 19:55:47 +08:00
committed by GitHub
parent d5dcd193cf
commit 5f6c1a0f40
3 changed files with 26 additions and 8 deletions

View File

@@ -13,8 +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' => 'event,gettext',
'Linux', 'Darwin' => 'event,gettext',
'Linux', 'Darwin' => 'pgsql,pdo_pgsql',
'Windows' => 'mbstring,pdo_sqlite,mbregex',
};