From: Daniele Varrazzo Date: Fri, 12 Sep 2025 15:13:38 +0000 (+0200) Subject: chore(ci): bump crdb test versions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7775ee0729e8bbcd95ea3b6a9ffaa22e07a6e486;p=thirdparty%2Fpsycopg.git chore(ci): bump crdb test versions --- 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: