Skip to content

Commit

Permalink
Build needs to be using at least 3.1, and we now use ruby/setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
arcwhite committed Jul 25, 2024
1 parent 3ee8a88 commit 49a7dda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
- uses: actions/checkout@v4
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.x
ruby-version: '3.1'
- name: Publish to GPR
run: |
mkdir -p $HOME/.gem
Expand Down

0 comments on commit 49a7dda

Please sign in to comment.