Skip to content

Commit

Permalink
Merge pull request #129 from bastelfreak/ruby33
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to CI
  • Loading branch information
bastelfreak authored Oct 21, 2024
2 parents 3c6ec09 + 0c9a4b4 commit 3415937
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@v4
- name: Install Ruby 3.2
- name: Install Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.3'
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 @@ -17,7 +17,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 @@ -33,6 +33,7 @@ jobs:
- ruby: "3.1"
- ruby: "3.2"
coverage: "yes"
- ruby: "3.3"
env:
COVERAGE: ${{ matrix.coverage }}
name: RSpec - Ruby ${{ matrix.ruby }}
Expand Down

0 comments on commit 3415937

Please sign in to comment.