Skip to content

Commit

Permalink
Drop support for End-of-Life Ruby and Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Sep 28, 2024
1 parent 446679a commit ec3f3fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,15 @@ jobs:
fail-fast: false
matrix:
ruby:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
rails:
- "6.1"
- "7.0"
- "7.1"
- "7.2"
include:
- { ruby: "3.2", rails: "main" }
- { ruby: "3.3", rails: "main" }
exclude:
- { ruby: "2.7", rails: "7.2" }
- { ruby: "3.0", rails: "7.2" }

env:
RAILS_VERSION: "${{ matrix.rails }}"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ version links.

## main

* Drop [end-of-life Ruby] versions 2.7 and 3.0
* Drop end-of-life Rails versions 6.2 and 7.0

[end-of-life Ruby]: https://www.ruby-lang.org/en/downloads/branches/

## [0.2.2] - Sep 27, 2024

Expand matrix of supported versions to include `[email protected]` and `[email protected]`.
Expand Down

0 comments on commit ec3f3fc

Please sign in to comment.