Skip to content

Commit

Permalink
CI: Use Ruby 3.3 for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 19, 2024
1 parent bd71aca commit e653a06
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.1
- name: Install Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
ruby-version: '3.3'
- name: Build gem
run: gem build --strict --verbose *.gemspec
- name: Publish gem to rubygems.org
Expand Down

0 comments on commit e653a06

Please sign in to comment.