Skip to content

Commit 9086f29

Browse files
committed
confirm support for CockroachDB 25.3
1 parent 7801c7d commit 9086f29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
use_psycopg2: psycopg2
5555
- crdb-version: v25.2.0
5656
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+
- crdb-version: v25.2.0-alpha.3
61+
use_server_side_binding: server_side_binding
5762
# Uncomment to enable testing of CockroachDB nightly.
5863
#- crdb-version: LATEST
5964
#- crdb-version: LATEST

0 commit comments

Comments
 (0)