From: Daniele Varrazzo Date: Tue, 14 Jun 2022 15:31:52 +0000 (+0200) Subject: test: test wheel packages using PostgreSQL 14 X-Git-Tag: 3.1~57^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c85fd3399560985b6862a4563766a8b7e269c199;p=thirdparty%2Fpsycopg.git test: test wheel packages using PostgreSQL 14 Now all built packages support SCRAM authentication. --- diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 2297f1357..9b5c1b07c 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -141,10 +141,7 @@ jobs: services: postgresql: - # 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 + image: postgres:14 env: POSTGRES_PASSWORD: password ports: