Skip to content

Commit

Permalink
Merge pull request #709 from gmcgibbon/fix_ci
Browse files Browse the repository at this point in the history
Remove incorrect version constraint
  • Loading branch information
gmcgibbon committed Dec 15, 2023
2 parents 28715d7 + fcea94c commit dee2179
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/support/acceptance_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ class AcceptanceTest < ActiveSupport::TestCase

def rails_version
if ENV['RAILS_VERSION'] == "edge"
"7.1.0.alpha"
elsif ENV['RAILS_VERSION'] == "7.0"
">= 7.0.0.alpha"
">= 7.1.0.alpha"
else
"~> #{ENV['RAILS_VERSION'] || "6.1"}.0"
end
Expand Down

0 comments on commit dee2179

Please sign in to comment.