Skip to content

Commit

Permalink
Update Ruby and JRuby versions in GitHub Actions test workflow (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
didier-84 authored Oct 14, 2024
1 parent a2c565b commit 7c0ff6f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3.0-preview1'
- '3.3'
- '3.4.0-preview1'
- 'jruby-9.1.17.0'
- 'jruby-9.2'
- 'jruby-9.3'
gemfile:
- lowest
- latest
Expand All @@ -32,7 +35,9 @@ jobs:
gemfile: lowest
- ruby: '3.2'
gemfile: lowest
- ruby: '3.3.0-preview1'
- ruby: '3.3'
gemfile: lowest
- ruby: '3.4.0-preview1'
gemfile: lowest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 7c0ff6f

Please sign in to comment.