Skip to content

Commit 5e84c93

Browse files
committed
chore: update release workflow to use Ruby 3.4
1 parent df450a4 commit 5e84c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Ruby
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: '3.3'
20+
ruby-version: '3.4'
2121
bundler-cache: true
2222

2323
- name: Build gem

0 commit comments

Comments
 (0)