Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- ruby-head
- jruby-9.3.3.0
- jruby-9.4
include:
- ruby: ruby-head
env:
RUBYOPT: '--jit'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased

### Changed/Added
- Add Ruby 3.2 and JRuby 9.4 to the CI matrix [582](https://github.com/roo-rb/roo/pull/582)

## [2.10.0] 2023-02-07

Expand Down