From 447ecb474f67a093a7003d2dac91e05b21c643ad Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 19 Jan 2025 11:44:30 +0100 Subject: [PATCH] ci(crdb): bump CockroachDB versions in tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2