Skip to content

Commit 545f499

Browse files
committed
Update Ruby version in release workflow to 3.3
1 parent d010be4 commit 545f499

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-gem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v3
17-
- name: Set up Ruby 2.7
17+
- name: Set up Ruby
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: '2.7'
20+
ruby-version: '3.3'
2121

2222
- name: Publish to RubyGems
2323
run: |

0 commit comments

Comments
 (0)