Skip to content

Commit d540c27

Browse files
committed
confirm support for CockroachDB 26.2
1 parent bdbd3f4 commit d540c27

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,17 @@ jobs:
5959
use_psycopg2: psycopg2
6060
- crdb-version: v26.1.0
6161
use_server_side_binding: server_side_binding
62+
- crdb-version: v26.2.0-alpha.1
63+
- crdb-version: v26.2.0-alpha.1
64+
use_psycopg2: psycopg2
65+
- crdb-version: v26.2.0-alpha.1
66+
use_server_side_binding: server_side_binding
6267
# Uncomment to enable testing of CockroachDB nightly.
63-
#- crdb-version: LATEST
64-
#- crdb-version: LATEST
65-
# use_psycopg2: psycopg2
66-
#- crdb-version: LATEST
67-
# use_server_side_binding: server_side_binding
68+
- crdb-version: LATEST
69+
- crdb-version: LATEST
70+
use_psycopg2: psycopg2
71+
- crdb-version: LATEST
72+
use_server_side_binding: server_side_binding
6873
steps:
6974
- uses: actions/checkout@v4
7075
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)