Skip to content

Commit

Permalink
updated Appraisals to test latest rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Dec 11, 2024
1 parent 9e98c2e commit 9c5e28b
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 = []
appraisals << "6.0.6.1" if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("3.1.0")
appraisals << "6.1.7.10"
appraisals << "7.0.8.6"
appraisals << "7.1.5"
appraisals << "7.0.8.7"
appraisals << "7.1.5.1"

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

if Gem::Version.new(RUBY_VERSION) > Gem::Version.new("3.2.0")
appraisals << "8.0.0"
appraisals << "8.0.0.1"
end

appraisals.each do |rails_version|
Expand Down

0 comments on commit 9c5e28b

Please sign in to comment.