Skip to content

Commit

Permalink
Merge pull request #30 from bastelfreak/ruby33
Browse files Browse the repository at this point in the history
Run release tasks on Ruby 3.3
  • Loading branch information
bastelfreak authored Apr 30, 2024
2 parents 0aff43a + e73aab8 commit 739e3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
if: github.repository_owner == 'voxpupuli'
steps:
- uses: actions/checkout@v4
- name: Install Ruby 3.0
- name: Install Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.3'
env:
BUNDLE_WITHOUT: release
- name: Build gem
Expand Down

0 comments on commit 739e3e9

Please sign in to comment.