Skip to content

Commit

Permalink
Drop Ruby 2.6, 2.7 and Rails 6.0 support
Browse files Browse the repository at this point in the history
These are all now EOL
  • Loading branch information
Tabby committed Mar 18, 2024
1 parent 455cbe8 commit bdc29c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,8 @@ jobs:
tests:
strategy:
matrix:
ruby-version: [2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
rails-version: [6.0, 6.1, 7.0, 7.1]
exclude:
- ruby-version: 2.6
rails-version: 7.0
- ruby-version: 2.6
rails-version: 7.1
- ruby-version: 3.0
rails-version: 6.0
- ruby-version: 3.1
rails-version: 6.0
- ruby-version: 3.2
rails-version: 6.0
- ruby-version: 3.3
rails-version: 6.0
ruby-version: [3.0, 3.1, 3.2, 3.3]
rails-version: [6.1, 7.0, 7.1]
runs-on: ubuntu-latest
env:
RAILS_VERSION: ${{ matrix.rails-version }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# v2.0.0

- Add support for Ruby 3.2, 3.3 and Rails 7.1
- Drop support for EOL Ruby 2.6, 2.7 and Rails 6.0

# v1.2.0

Expand Down
2 changes: 1 addition & 1 deletion anony.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
end
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.6"
spec.required_ruby_version = ">= 3.0"

spec.add_development_dependency "bundler", "~> 2"
spec.add_development_dependency "gc_ruboconfig", "~> 3.6.0"
Expand Down

0 comments on commit bdc29c1

Please sign in to comment.