diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04e2a3c..30093e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,8 +14,7 @@ jobs: - '3.2' - '3.3' - 'head' - - jruby-9.2.19.0 - - jruby-9.3.0.0 + - jruby-9.4.5.0 steps: - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index f30de64..e021f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Unreleased + +* Added support for ruby 3.1, 3.2, 3.3. Dropped support for ruby 2.7 and below. + # 2.6.0 (2015-05-06) * Feature: [#69](https://github.com/savonrb/nori/pull/69) Add option to convert empty tags to a value other than nil.