From 7775ee0729e8bbcd95ea3b6a9ffaa22e07a6e486 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 12 Sep 2025 17:13:38 +0200 Subject: [PATCH] chore(ci): bump crdb test versions --- .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 a458b64ed..cf2962a93 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -395,8 +395,8 @@ jobs: # https://us-docker.pkg.dev/v2/cockroach-cloud-images/cockroachdb/cockroach/tags/list \ # | jq .tags | egrep 'latest-[^-]+-build' | sort - {impl: c, crdb: "master", python: "3.13"} - - {impl: c, crdb: "v25.1", python: "3.13", libpq: newest} - - {impl: c, crdb: "v24.3", python: "3.8", libpq: newest} + - {impl: c, crdb: "v25.3", python: "3.13", libpq: newest} + - {impl: c, crdb: "v24.3", python: "3.8"} - {impl: python, crdb: "v23.2", python: "3.12"} env: -- 2.47.3