From: Daniele Varrazzo Date: Wed, 6 Oct 2021 22:15:06 +0000 (+0200) Subject: Use PostgreSQL 14 to test in the CI X-Git-Tag: 3.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29917a150db4748d9cafcf1ea11c53919279f01;p=thirdparty%2Fpsycopg.git Use PostgreSQL 14 to test in the CI --- diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 7acebec46..e83b7529e 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -69,7 +69,7 @@ jobs: services: postgresql: - image: postgres:13 + image: postgres:14 env: POSTGRES_PASSWORD: password ports: @@ -128,7 +128,7 @@ jobs: services: postgresql: - image: postgres:13 + image: postgres:14 env: POSTGRES_PASSWORD: password ports: