We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c457c commit 38ebd6dCopy full SHA for 38ebd6d
.github/workflows/ci.yml
@@ -18,6 +18,9 @@ jobs:
18
gemfile: rails_70
19
- ruby-version: 3.1.5
20
gemfile: rails_71
21
+ - ruby-version: 3.2.7
22
+ gemfile: rails_72
23
+
24
25
env:
26
RAILS_ENV: test
Appraisals
@@ -24,3 +24,8 @@ end
appraise "rails-71" do
gem 'activerecord', '~> 7.1.0'
end
27
28
+appraise "rails-72" do
29
+ gem 'activerecord', '~> 7.2.0'
30
+end
31
0 commit comments