From: Daniele Varrazzo Date: Wed, 29 Sep 2021 19:05:13 +0000 (+0200) Subject: Add PostgreSQL 14 to the test grid X-Git-Tag: 3.0~46^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f47f57c54fa82738d95b49687c88d780b7b9aa72;p=thirdparty%2Fpsycopg.git Add PostgreSQL 14 to the test grid --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c79dcc320..bee5273b1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,11 +15,11 @@ jobs: include: - {impl: python, python: 3.6, image: "postgres:10"} - {impl: python, python: 3.7, image: "postgres:11"} - - {impl: python, python: 3.8, image: "postgres:12"} - - {impl: python, python: 3.9, image: "postgres:13"} - - {impl: c, python: 3.6, image: "postgres:13"} - - {impl: c, python: 3.7, image: "postgres:12"} - - {impl: c, python: 3.8, image: "postgres:11"} + - {impl: python, python: 3.8, image: "postgres:13"} + - {impl: python, python: 3.9, image: "postgres:14rc1"} + - {impl: c, python: 3.6, image: "postgres:14rc1"} + - {impl: c, python: 3.7, image: "postgres:13"} + - {impl: c, python: 3.8, image: "postgres:12"} - {impl: c, python: 3.9, image: "postgres:10"} - {impl: dns, python: 3.9, image: "postgres:13"} - {impl: postgis, python: 3.9, image: "postgis/postgis:13-master"}