From 525730ac1a28401dcb76657b47444b79b8e1cdec Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 16 Dec 2024 13:44:37 +0100 Subject: [PATCH] test(windows): verify that the libpq used is what expected --- .github/workflows/packages-bin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.47.3