We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7801c7d commit 9086f29Copy full SHA for 9086f29
.github/workflows/tests.yml
@@ -54,6 +54,11 @@ jobs:
54
use_psycopg2: psycopg2
55
- crdb-version: v25.2.0
56
use_server_side_binding: server_side_binding
57
+ - crdb-version: v25.3.0-alpha.3
58
+ - crdb-version: v25.2.0-alpha.3
59
+ use_psycopg2: psycopg2
60
61
+ use_server_side_binding: server_side_binding
62
# Uncomment to enable testing of CockroachDB nightly.
63
#- crdb-version: LATEST
64
0 commit comments