From: Daniele Varrazzo Date: Sun, 23 Jun 2024 20:44:52 +0000 (+0200) Subject: chore: bump libpq to 16.3 X-Git-Tag: 3.2.0~6^2~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f0aff47efdb5143094e0fd2d5007cff0af7c13c;p=thirdparty%2Fpsycopg.git chore: bump libpq to 16.3 Mostly with the intent to zap the cache. --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 22496ee5e..486ba4636 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -12,7 +12,7 @@ jobs: if: true env: - LIBPQ_VERSION: "16.0" + LIBPQ_VERSION: "16.3" OPENSSL_VERSION: "1.1.1w" strategy: