Skip to content

Commit

Permalink
ci: update to cockroach v23.1.28, v23.2.12, v24.1.5, and v24.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Oct 14, 2024
1 parent 4c63b43 commit 6f47ba3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,25 @@ jobs:
fail-fast: false
matrix:
include:
- crdb-version: v23.1.11
- crdb-version: v23.1.11
- crdb-version: v23.1.28
- crdb-version: v23.1.28
use_psycopg2: psycopg2
- crdb-version: v23.1.11
- crdb-version: v23.1.28
use_server_side_binding: server_side_binding
- crdb-version: v23.2.0
- crdb-version: v23.2.0
- crdb-version: v23.2.12
- crdb-version: v23.2.12
use_psycopg2: psycopg2
- crdb-version: v23.2.0
- crdb-version: v23.2.12
use_server_side_binding: server_side_binding
- crdb-version: v24.1.0
- crdb-version: v24.1.0
- crdb-version: v24.1.5
- crdb-version: v24.1.5
use_psycopg2: psycopg2
- crdb-version: v24.1.0
- crdb-version: v24.1.5
use_server_side_binding: server_side_binding
- crdb-version: v24.2.0
- crdb-version: v24.2.0
- crdb-version: v24.2.3
- crdb-version: v24.2.3
use_psycopg2: psycopg2
- crdb-version: v24.2.0
- crdb-version: v24.2.3
use_server_side_binding: server_side_binding
# Uncomment to enable testing of CockroachDB nightly.
#- crdb-version: LATEST
Expand Down

0 comments on commit 6f47ba3

Please sign in to comment.