]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci(crdb): bump CockroachDB versions in tests
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 19 Jan 2025 10:44:30 +0000 (11:44 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 19 Jan 2025 21:39:07 +0000 (22:39 +0100)
.github/workflows/tests.yml

index f69fa8dcb04d8d30838db5583b930628a6de23e2..bfd2783afbc33aec1540b0f7b5a75e75be91a28e 100644 (file)
@@ -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