Skip to content

Commit

Permalink
ISSUE-126: Drop support for Ruby 2.6 and 2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket-turtle authored and Jonas Schoeler committed Nov 2, 2023
1 parent 4df2592 commit c6f46ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
matrix:
activerecord: ["~> 6.1", "~> 7.0"]
compat: ["0", "1"]
ruby: [ "2.6", "2.7", "3.0", "3.1"]
exclude:
- activerecord: "~> 7.0"
ruby: "2.6"
ruby: ["3.0", "3.1"]
env:
AR: ${{ matrix.activerecord }}
COMPAT: ${{ matrix.compat }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## [Unreleased]
- Drop support for Ruby 2.6 and 2.7.
- Drop support for ActiveRecord 6.0.

## [2.0.0] - 2022-08-28
Expand Down

0 comments on commit c6f46ac

Please sign in to comment.