From: Daniele Varrazzo Date: Fri, 16 Dec 2022 03:32:42 +0000 (+0000) Subject: test(crdb): re-introduce a mix of Python and libpq versions X-Git-Tag: pool-3.1.5~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d98594b3b8ecafc68f1e9f086d785953a8547b;p=thirdparty%2Fpsycopg.git test(crdb): re-introduce a mix of Python and libpq versions --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 160a71b08..c438a7ce5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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"