]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Use now available "postgres:14" Docker image in CI 89/head
authorDenis Laxalde <denis.laxalde@dalibo.com>
Fri, 1 Oct 2021 14:43:17 +0000 (16:43 +0200)
committerDenis Laxalde <denis.laxalde@dalibo.com>
Fri, 1 Oct 2021 14:43:17 +0000 (16:43 +0200)
.github/workflows/tests.yml

index 804c9dbbec3922cf86ba0ac6d18958eb6e87b3bf..2d1f4d7d03e1f7d804812c50666207bcadfd9a14 100644 (file)
@@ -18,9 +18,9 @@ jobs:
           - {impl: python, python: "3.7", postgres: "postgres:11", libpq: null}
           - {impl: python, python: "3.8", postgres: "postgres:12", libpq: null}
           # Don't test two experimental things together
-          - {impl: python, python: "3.9", postgres: "postgres:14rc1", libpq: "14"}
+          - {impl: python, python: "3.9", postgres: "postgres:14", libpq: "14"}
           - {impl: python, python: "3.10", postgres: "postgres:13", libpq: null}
-          - {impl: c, python: "3.6", postgres: "postgres:14rc1", libpq: null}
+          - {impl: c, python: "3.6", postgres: "postgres:14", libpq: null}
           - {impl: c, python: "3.7", postgres: "postgres:13", libpq: "14"}
           - {impl: c, python: "3.8", postgres: "postgres:12", libpq: "14"}
           - {impl: c, python: "3.9", postgres: "postgres:11", libpq: "14"}