Skip to content

Commit

Permalink
Use ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Dec 11, 2023
1 parent f5f1403 commit e5ad4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 2.7
uses: ruby/setup-ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.x
ruby-version: '2.7'
- name: Check release validity
run: sh .github/scripts/check-release.sh
- name: Publish to RubyGems
Expand Down

0 comments on commit e5ad4d1

Please sign in to comment.