]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
test(windows): verify that the libpq used is what expected
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 16 Dec 2024 12:44:37 +0000 (13:44 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 21 Dec 2024 03:08:34 +0000 (04:08 +0100)
.github/workflows/packages-bin.yml

index 3c81ac64b138a0028ac5cf3573cdccddb049adfc..316e4c633f89663c88c048a6e0ec32b3ea2ad165 100644 (file)
@@ -247,8 +247,8 @@ jobs:
             PSYCOPG_IMPL=binary
             PATH="C:\\Program Files\\PostgreSQL\\14\\bin;$PATH"
             PSYCOPG_TEST_DSN="host=127.0.0.1 user=postgres"
-            PSYCOPG_TEST_WANT_LIBPQ_BUILD=">= 14"
-            PSYCOPG_TEST_WANT_LIBPQ_IMPORT=">= 14"
+            PSYCOPG_TEST_WANT_LIBPQ_BUILD=">= 16"
+            PSYCOPG_TEST_WANT_LIBPQ_IMPORT=">= 16"
 
       - uses: actions/upload-artifact@v4
         with: