Skip to content

Commit

Permalink
Add Ruby 3.3 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 20, 2024
1 parent dd86f48 commit 45d6550
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- jruby-9.4
puppet:
- "~> 8.0"
Expand Down

0 comments on commit 45d6550

Please sign in to comment.