We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbd3f4 commit e704db7Copy full SHA for e704db7
.github/workflows/tests.yml
@@ -60,11 +60,11 @@ jobs:
60
- crdb-version: v26.1.0
61
use_server_side_binding: server_side_binding
62
# Uncomment to enable testing of CockroachDB nightly.
63
- #- crdb-version: LATEST
64
65
- # use_psycopg2: psycopg2
66
67
- # use_server_side_binding: server_side_binding
+ - crdb-version: LATEST
+ use_psycopg2: psycopg2
+ use_server_side_binding: server_side_binding
68
steps:
69
- uses: actions/checkout@v4
70
- uses: actions/setup-python@v4
0 commit comments