Skip to content

Commit

Permalink
Update to Ruby 3.3 for gem push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JDutil committed Apr 3, 2024
1 parent 9f18fb5 commit 42d85f5
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 @@ -16,10 +16,10 @@ jobs:

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

- name: Publish to RubyGems
run: |
Expand Down

0 comments on commit 42d85f5

Please sign in to comment.