Skip to content

Commit

Permalink
Merge pull request #148 from bastelfreak/ruby32
Browse files Browse the repository at this point in the history
Add Ruby 3.2 support
  • Loading branch information
ekohl committed Jul 6, 2023
2 parents 59c37ef + f9e0d53 commit 8d9370c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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@v3
- name: Install Ruby 3.0
- name: Install Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.2'
env:
BUNDLE_WITHOUT: release
- name: Build gem
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"
bundler-cache: true
- name: Run Rubocop
run: bundle exec rake rubocop
Expand All @@ -32,6 +32,7 @@ jobs:
- ruby: '2.7'
- ruby: '3.0'
- ruby: '3.1'
- ruby: '3.2'
coverage: 'yes'
env:
COVERAGE: ${{ matrix.coverage }}
Expand Down

0 comments on commit 8d9370c

Please sign in to comment.