Skip to content

Commit 2694cd7

Browse files
committed
Drop support for Ruby 3.2
1 parent 81c5132 commit 2694cd7

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Ruby
1616
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1
1717
with:
18-
ruby-version: 3.4
18+
ruby-version: 4.0
1919
- name: Install dependencies
2020
run: bundle install
2121
- name: Run RuboCop against BASE..HEAD changes

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
fail-fast: false
99
matrix:
1010
ruby-version:
11-
- '3.2'
1211
- '3.3'
1312
- '3.4'
1413
- '4.0'

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## [Unreleased]
22
### Fixed
3-
* Drop support for Ruby 3.1, Rails 7.0
3+
* Drop support for Ruby 3.1 and 3.2, Rails 7.0
44

55
## 7.3.6 / 2026-01-13
66
### Added

0 commit comments

Comments
 (0)