diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 2f5698f6..98ef62f8 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -14,18 +14,17 @@ jobs: matrix: ruby: - '2.7' - - '3.0' - - '3.1' - '3.2' - '3.3' - 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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 055776d7..45324716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## [2.10.1] 2024-01-17 ### Changed/Added +- Add Ruby 3.2, 3.3 and JRuby 9.4 to the CI matrix [582](https://github.com/roo-rb/roo/pull/582) - Prevent warnings on Ruby 3.1 if finalizer is called twice [586](https://github.com/roo-rb/roo/pull/586) - Fix Roo::Base#each_with_pagename degraded at [576](https://github.com/roo-rb/roo/pull/576) [583](https://github.com/roo-rb/roo/pull/583)