Skip to content

Commit

Permalink
update appraisals to latest rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Dec 11, 2024
1 parent 9f42a84 commit e4abb49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
appraisals = [
"6.1.7.10",
"7.0.8.6",
"7.1.5",
"7.0.8.7",
"7.1.5.1",
]

if RUBY_VERSION >= "3.1"
appraisals << "7.2.2"
appraisals << "7.2.2.1"
end

if RUBY_VERSION >= "3.2"
appraisals << "8.0.0"
appraisals << "8.0.0.1"
end

appraisals.each do |rails_version|
Expand Down

0 comments on commit e4abb49

Please sign in to comment.