]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
test(crdb): re-introduce a mix of Python and libpq versions 455/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 16 Dec 2022 03:32:42 +0000 (03:32 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 16 Dec 2022 03:33:51 +0000 (03:33 +0000)
.github/workflows/tests.yml

index 160a71b08558d08b82ad20974edc35d3edcfd691..c438a7ce53d620c51518c266d202a4df9f5abe3b 100644 (file)
@@ -265,9 +265,8 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - {crdb: "latest-v22.2", python: "3.10", impl: "c", libpq: "newest"}
           - {crdb: "latest-v22.1", python: "3.10", impl: "c", libpq: "newest"}
-
+          - {crdb: "latest-v22.2", python: "3.11", impl: "python", libpq: ""}
     env:
       PSYCOPG_IMPL: ${{ matrix.impl }}
       PSYCOPG_TEST_DSN: "host=127.0.0.1 port=26257 user=root dbname=defaultdb"