Skip to content

Commit

Permalink
drop ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Sep 1, 2024
1 parent 9cfc524 commit a9772ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
gemfile:
- Gemfile
ruby:
- '3.0'
- 3.1
- 3.2
- 3.3
runs-on: ${{ matrix.os }}
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a9772ed

Please sign in to comment.