Skip to content

Commit

Permalink
Add ruby 3.4.1 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Dec 25, 2024
1 parent 33ccf7d commit 1f69d07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- ruby-version: '3.0.7'
bundler-version: '2.5.23'
- ruby-version: '3.1.6'
bundler-version: '2.6.1'
bundler-version: '2.6.2'
- ruby-version: '3.3.6'
bundler-version: '2.6.1'
- ruby-version: '3.4.0-rc1'
bundler-version: '2.6.1'
bundler-version: '2.6.2'
- ruby-version: '3.4.1'
bundler-version: '2.6.2'
- ruby-version: 'jruby'
bundler-version: '2.6.1'

Expand All @@ -38,4 +38,4 @@ jobs:
env:
COVERALLS: ${{ matrix.ruby-version != 'jruby' }}
JRUBY_OPTS: ${{ matrix.ruby-version == 'jruby' && '--debug' || '' }}
run: bundle exec rake
run: bundle exec rake

0 comments on commit 1f69d07

Please sign in to comment.