Skip to content

Commit

Permalink
only test active record 7.2.x for ruby >= 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Aug 8, 2024
1 parent a42dc34 commit 64c31bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ appraisals = [
"6.1.7.8",
"7.0.8.4",
"7.1.3.4",
"7.2.0.rc1",
]

if RUBY_VERSION >= "3.1"
appraisals << "7.2.0.rc1"
end

appraisals.each do |rails_version|
%w(4.0 5.0).each do |redis_version|
appraise "activesupport-#{rails_version}-redis-#{redis_version}" do
Expand Down

0 comments on commit 64c31bf

Please sign in to comment.