From c85fd3399560985b6862a4563766a8b7e269c199 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 14 Jun 2022 17:31:52 +0200 Subject: [PATCH] test: test wheel packages using PostgreSQL 14 Now all built packages support SCRAM authentication. --- .github/workflows/packages.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: -- 2.47.3