]> 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 10:44:45 +0000 (11:44 +0100)
.github/workflows/tests.yml

index c21493c86cdb319069a0627cb27a36028602330c..c90677b9426f466d275abba205b236bce8c94791 100644 (file)
@@ -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