Skip to content

Commit 8834344

Browse files
committed
chore: fix release gem workflow
1 parent 6694198 commit 8834344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Ruby
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: ruby # uses latest stable
25+
ruby-version: 3.3 # pinned to 3.3 to support unicode-emoji < 4.0 requirement
2626
bundler-cache: true
2727

2828
- name: Run tests

0 commit comments

Comments
 (0)