Skip to content

Commit

Permalink
Update gem-push.yml
Browse files Browse the repository at this point in the history
Use 2.7.x for gem builds
  • Loading branch information
tcrouch authored Dec 12, 2023
1 parent 5c3d1b8 commit 26ebf71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.7.x

- name: Publish to GPR
run: |
Expand Down

0 comments on commit 26ebf71

Please sign in to comment.