From b6f1193ccb8f59b9f8abb9f934a77960b028c8f6 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 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 -- 2.47.2