From: Daniele Varrazzo Date: Sun, 19 Jan 2025 10:44:30 +0000 (+0100) Subject: ci(crdb): bump CockroachDB versions in tests X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6f1193ccb8f59b9f8abb9f934a77960b028c8f6;p=thirdparty%2Fpsycopg.git ci(crdb): bump CockroachDB versions in tests --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c21493c86..c90677b94 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -371,8 +371,8 @@ jobs: fail-fast: false matrix: include: - - {impl: c, crdb: "latest-v23.1", python: "3.10", libpq: newest} - - {impl: python, crdb: "latest-v22.2", python: "3.12"} + - {impl: c, crdb: "latest-v24.3", python: "3.10", libpq: newest} + - {impl: python, crdb: "latest-v23.2", python: "3.12"} env: PSYCOPG_IMPL: ${{ matrix.impl }} DEPS: ./psycopg[test] ./psycopg_pool