Skip to content

Commit

Permalink
CI: use Ruby 2.7 in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Sep 23, 2024
1 parent 86ef0ae commit 8786fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Publish to RubyGems
run: |
Expand Down

0 comments on commit 8786fb6

Please sign in to comment.