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 bdbd3f4 commit d540c27Copy full SHA for d540c27
1 file changed
.github/workflows/tests.yml
@@ -59,12 +59,17 @@ jobs:
59
use_psycopg2: psycopg2
60
- crdb-version: v26.1.0
61
use_server_side_binding: server_side_binding
62
+ - crdb-version: v26.2.0-alpha.1
63
64
+ use_psycopg2: psycopg2
65
66
+ use_server_side_binding: server_side_binding
67
# Uncomment to enable testing of CockroachDB nightly.
- #- crdb-version: LATEST
- # use_psycopg2: psycopg2
- # use_server_side_binding: server_side_binding
68
+ - crdb-version: LATEST
69
70
71
72
73
steps:
74
- uses: actions/checkout@v4
75
- uses: actions/setup-python@v4
0 commit comments