From a9772edec671f339b64e6bf055269d341f5482d8 Mon Sep 17 00:00:00 2001 From: bodrovis Date: Sun, 1 Sep 2024 12:54:42 +0300 Subject: [PATCH] drop ruby 3.0 --- .github/workflows/ci.yml | 3 +-- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80cf68b..fbfbf25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ jobs: gemfile: - Gemfile ruby: - - '3.0' - 3.1 - 3.2 - 3.3 @@ -21,7 +20,7 @@ jobs: env: BUNDLE_GEMFILE: ${{ matrix.gemfile }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index e28ca49..6eff91e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + +* Do not test with Ruby 3.0 + ## 6.0.0 (14-Nov-23) * **Breaking change**: drop support for Ruby < 3. If you need to support older Rubies, stay on v5. If you'd like to support *even older stuff*, v4.5.0 is your choice as it plays nicely with Rails 5.1 and Ruby 2.5.