Skip to content

Commit 779c7ce

Browse files
committed
test pgsql
1 parent 154a21f commit 779c7ce

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

config/lib.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -752,10 +752,8 @@
752752
},
753753
"postgresql": {
754754
"source": "postgresql",
755-
"static-libs-unix": [
756-
"libpq.a",
757-
"libpgport.a",
758-
"libpgcommon.a"
755+
"pkg-configs": [
756+
"libpq"
759757
],
760758
"lib-depends": [
761759
"libiconv",

src/globals/test-extensions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// 'macos-13', // bin/spc for x86_64
2525
// 'macos-14', // bin/spc for arm64
2626
// 'macos-15', // bin/spc for arm64
27-
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
27+
'ubuntu-latest', // bin/spc-alpine-docker for x86_64
2828
// 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
2929
'ubuntu-24.04', // bin/spc for x86_64
3030
// 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
@@ -48,7 +48,7 @@
4848

4949
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
5050
$extensions = match (PHP_OS_FAMILY) {
51-
'Linux', 'Darwin' => 'bcmath',
51+
'Linux', 'Darwin' => 'pgsql,pdo_pgsql',
5252
'Windows' => 'intl',
5353
};
5454

0 commit comments

Comments
 (0)