Skip to content

Commit 1fe3d61

Browse files
committed
Drop end-of-life Ruby and Rails versions
Drop end-of-life Ruby versions 2.7 and 3.0. Drop end-of-life Rails versions 6.1 and 7.0.
1 parent dd26529 commit 1fe3d61

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,17 @@ jobs:
1212
- true
1313
- false
1414
ruby-version:
15-
- "2.7"
16-
- "3.0"
1715
- "3.1"
1816
- "3.2"
1917
- "3.3"
2018
rails-version:
21-
- "6.1"
22-
- "7.0"
2319
- "7.1"
2420
- "7.2"
2521
- "main"
2622
selenium-browser:
2723
- "headless_chrome"
2824
- "headless_firefox"
2925
exclude:
30-
- { ruby-version: "2.7", rails-version: "7.2" }
31-
- { ruby-version: "2.7", rails-version: "main" }
32-
- { ruby-version: "3.0", rails-version: "7.2" }
33-
- { ruby-version: "3.0", rails-version: "main" }
3426
- { ruby-version: "3.1", rails-version: "main" }
3527

3628
env:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
* Drop end-of-life Ruby versions 2.7 and 3.0. Drop end-of-life Rails versions
10+
6.1 and 7.0.
11+
12+
*Sean Doyle*
13+
914
## 0.1.1 - 2024-09-27
1015

1116
* Expand version matrix to include `ruby@3.3` and `rails@7.2`

0 commit comments

Comments
 (0)