File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments