Skip to content

Commit

Permalink
Change check to 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Aug 24, 2022
1 parent f647412 commit dc93d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Report test coverage to coveralls for only one Ruby version to avoid
# repeated builds. This also accounts for coveralls_reborn requiring
# RUBY_VERSION >= 2.5.
if RUBY_VERSION.start_with?("3.1")
if RUBY_VERSION.start_with?("3.1.")
require "coveralls"
Coveralls.wear!
end
Expand Down

0 comments on commit dc93d96

Please sign in to comment.