Skip to content

Commit

Permalink
Drop end-of-life Ruby and Rails versions
Browse files Browse the repository at this point in the history
Drop end-of-life Ruby versions 2.7 and 3.0. Drop end-of-life Rails
versions 6.1 and 7.0.
  • Loading branch information
seanpdoyle committed Sep 28, 2024
1 parent dd26529 commit 1fe3d61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,17 @@ jobs:
- true
- false
ruby-version:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
rails-version:
- "6.1"
- "7.0"
- "7.1"
- "7.2"
- "main"
selenium-browser:
- "headless_chrome"
- "headless_firefox"
exclude:
- { ruby-version: "2.7", rails-version: "7.2" }
- { ruby-version: "2.7", rails-version: "main" }
- { ruby-version: "3.0", rails-version: "7.2" }
- { ruby-version: "3.0", rails-version: "main" }
- { ruby-version: "3.1", rails-version: "main" }

env:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

* Drop end-of-life Ruby versions 2.7 and 3.0. Drop end-of-life Rails versions
6.1 and 7.0.

*Sean Doyle*

## 0.1.1 - 2024-09-27

* Expand version matrix to include `[email protected]` and `[email protected]`
Expand Down

0 comments on commit 1fe3d61

Please sign in to comment.