Skip to content

Commit

Permalink
Merge pull request #1859 from bastelfreak/ruby33
Browse files Browse the repository at this point in the history
Add Ruby 3.3 support
  • Loading branch information
bastelfreak authored Mar 22, 2024
2 parents b0834e6 + 1788a8c commit 2c0700b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.3'
env:
BUNDLE_WITHOUT: release:development:rubocop
- 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 @@ -16,7 +16,7 @@ jobs:
- name: Install Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.3"
bundler-cache: true
- name: Run Rubocop
run: bundle exec rake rubocop
Expand All @@ -32,6 +32,7 @@ jobs:
- ruby: "3.0"
- ruby: "3.1"
- ruby: "3.2"
- ruby: "3.3"
coverage: "yes"
env:
COVERAGE: ${{ matrix.coverage }}
Expand Down

0 comments on commit 2c0700b

Please sign in to comment.