Skip to content

Commit

Permalink
Add Ruby 3.4 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Feb 26, 2025
1 parent 7a26c96 commit 5cc8266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: "3.4"
bundler-cache: true
- name: Run linter
run: bundle exec rake rubocop
Expand All @@ -35,6 +35,7 @@ jobs:
codecov: "yes"
- ruby: "3.2"
- ruby: "3.3"
- ruby: "3.4"
env:
CODECOV: ${{ matrix.codecov }}
steps:
Expand Down
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.3
- name: Install Ruby 3.4
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: "3.4"
env:
BUNDLE_WITHOUT: release
- name: Build gem
Expand Down

0 comments on commit 5cc8266

Please sign in to comment.