Skip to content

Commit

Permalink
updated rails versions tested to latest on their branch
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Oct 31, 2024
1 parent fd2d2d8 commit 111867d
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,11 +1,11 @@
appraisals = [
"6.1.7.8",
"7.0.8.4",
"7.1.3.4",
"6.1.7.10",
"7.0.8.6",
"7.1.5",
]

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

appraisals.each do |rails_version|
Expand Down

0 comments on commit 111867d

Please sign in to comment.