]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Add PostgreSQL 14 to the test grid
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 29 Sep 2021 19:05:13 +0000 (21:05 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 29 Sep 2021 19:05:13 +0000 (21:05 +0200)
.github/workflows/tests.yml

index c79dcc320196878a0fa43b35d74638653ef55919..bee5273b1317348f2eb2bf17760fd66b337753c0 100644 (file)
@@ -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"}