From: Daniele Varrazzo Date: Thu, 7 Oct 2021 12:51:10 +0000 (+0200) Subject: Test binary packages using Postgres 13 to avoid scram auth problems on aarch64 X-Git-Tag: 3.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=145c2e17d6d5d2ef9cdb71df171b50980ff444d8;p=thirdparty%2Fpsycopg.git Test binary packages using Postgres 13 to avoid scram auth problems on aarch64 --- diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 3790323ba..07f51954b 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -128,7 +128,10 @@ jobs: services: postgresql: - image: postgres:14 + # Can update to 14 only after aarch64 will be able to build with libpq + # > 10 or if we reconfigure the server to use md5 instead of SCRAM + # authentication. + image: postgres:13 env: POSTGRES_PASSWORD: password ports: