From: Daniele Varrazzo Date: Sun, 19 Jan 2025 10:44:30 +0000 (+0100) Subject: ci(crdb): bump CockroachDB versions in tests X-Git-Tag: 3.2.5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=447ecb474f67a093a7003d2dac91e05b21c643ad;p=thirdparty%2Fpsycopg.git ci(crdb): bump CockroachDB versions in tests --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f69fa8dcb..bfd2783af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -377,8 +377,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