We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c5132 commit 2694cd7Copy full SHA for 2694cd7
3 files changed
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Ruby
16
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1
17
with:
18
- ruby-version: 3.4
+ ruby-version: 4.0
19
- name: Install dependencies
20
run: bundle install
21
- name: Run RuboCop against BASE..HEAD changes
.github/workflows/test.yml
@@ -8,7 +8,6 @@ jobs:
8
fail-fast: false
9
matrix:
10
ruby-version:
11
- - '3.2'
12
- '3.3'
13
- '3.4'
14
- '4.0'
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## [Unreleased]
2
### Fixed
3
-* Drop support for Ruby 3.1, Rails 7.0
+* Drop support for Ruby 3.1 and 3.2, Rails 7.0
4
5
## 7.3.6 / 2026-01-13
6
### Added
0 commit comments