Skip to content

Commit 10fdc7e

Browse files
committed
workflows: set ruby to 3.4
1 parent 26f7e43 commit 10fdc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
# https://www.cockroachlabs.com/docs/releases/release-support-policy
4343
crdb: [v23.2, v24.1]
44-
ruby: [head]
44+
ruby: [3.4]
4545
name: Test (crdb=${{ matrix.crdb }} ruby=${{ matrix.ruby }})
4646
steps:
4747
- name: Set Up Actions

0 commit comments

Comments
 (0)