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 adaf501 commit bda71f7Copy full SHA for bda71f7
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
fail-fast: false
41
matrix:
42
# https://www.cockroachlabs.com/docs/releases/release-support-policy
43
- crdb: [v23.2, v24.1, v24.3]
+ crdb: [v23.2, v24.1, v24.3, v25.1]
44
ruby: ["3.4"]
45
name: Test (crdb=${{ matrix.crdb }} ruby=${{ matrix.ruby }})
46
steps:
0 commit comments