Skip to content

Commit

Permalink
Use ruby 3.2.2 to build the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth-Rewind committed Sep 26, 2023
1 parent d330e2a commit 7840e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@main

- name: Set up Ruby 2.7
- name: Set up Ruby 3.2.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2.2

- name: Get version
id: get_version
Expand Down

0 comments on commit 7840e15

Please sign in to comment.