From: Daniele Varrazzo Date: Mon, 16 Dec 2024 12:44:37 +0000 (+0100) Subject: test(windows): verify that the libpq used is what expected X-Git-Tag: 3.2.4~15^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=525730ac1a28401dcb76657b47444b79b8e1cdec;p=thirdparty%2Fpsycopg.git test(windows): verify that the libpq used is what expected --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 3c81ac64b..316e4c633 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -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: