diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a890e5f..c9fb153 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - 2.7 - '3.0' - 3.1 - - "3.2.0-rc1" + - 3.2 - head steps: - name: Checkout code diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb4202..9fda9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ ## HEAD (unreleased) +- Drop CI for Ruby 3.2.0-rc1, now that 3.2.0 is available (https://github.com/ruby/syntax_suggest/pull/172) + ## 1.0.2 -- Drop support or Ruby 3.2.0 preview, now that 3.2.0-rc1 is available (https://github.com/ruby/syntax_suggest/pull/165) +- Drop support for Ruby 3.2.0 preview, now that 3.2.0-rc1 is available (https://github.com/ruby/syntax_suggest/pull/165) - Native support of `SyntaxError#path`, support 3.2.0-preview3 will be dropped with the release of 3.2.0-preview4 (https://github.com/ruby/syntax_suggest/pull/164) - Added dependabot for GitHub Actions (https://github.com/ruby/syntax_suggest/pull/160)