Skip to content

Commit 62cceaf

Browse files
[ETX-2221] Support Rails 7.2
1 parent 9c8308f commit 62cceaf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
23+
ruby-version: [3.1, 3.2, 3.3]
2424

2525
steps:
2626
- name: Cancel previous runs

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2.2

rails-data-migrations.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
end
2020
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2121
spec.require_paths = ['lib']
22-
spec.required_ruby_version = '>= 3.2'
22+
spec.required_ruby_version = '>= 3.1.0'
2323

2424
spec.add_runtime_dependency 'rails', '>= 7.2.0'
2525

0 commit comments

Comments
 (0)