Skip to content

Commit

Permalink
updated test rails versions 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 26b6816 commit 6ebd48d
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 = []
appraisals << "6.0.6.1" if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("3.1.0")
appraisals << "6.1.7.8"
appraisals << "7.0.8.4"
appraisals << "7.1.3.4"
appraisals << "6.1.7.10"
appraisals << "7.0.8.6"
appraisals << "7.1.5"

if Gem::Version.new(RUBY_VERSION) > Gem::Version.new("3.1.0")
appraisals << "7.2.1"
appraisals << "7.2.2"
end

appraisals.each do |rails_version|
Expand Down

0 comments on commit 6ebd48d

Please sign in to comment.