Skip to content

Commit 38ebd6d

Browse files
committed
CI on Rails 7.2
1 parent c4c457c commit 38ebd6d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
gemfile: rails_70
1919
- ruby-version: 3.1.5
2020
gemfile: rails_71
21+
- ruby-version: 3.2.7
22+
gemfile: rails_72
23+
2124

2225
env:
2326
RAILS_ENV: test

Appraisals

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ end
2424
appraise "rails-71" do
2525
gem 'activerecord', '~> 7.1.0'
2626
end
27+
28+
appraise "rails-72" do
29+
gem 'activerecord', '~> 7.2.0'
30+
end
31+

0 commit comments

Comments
 (0)