From f47f57c54fa82738d95b49687c88d780b7b9aa72 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 29 Sep 2021 21:05:13 +0200 Subject: [PATCH] Add PostgreSQL 14 to the test grid --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"} -- 2.47.2