Change check to 3.1.

This commit is contained in:
Annie Li 2022-08-24 11:01:48 -07:00
parent f647412789
commit dc93d96cb9

View File

@ -3,7 +3,7 @@
# Report test coverage to coveralls for only one Ruby version to avoid # Report test coverage to coveralls for only one Ruby version to avoid
# repeated builds. This also accounts for coveralls_reborn requiring # repeated builds. This also accounts for coveralls_reborn requiring
# RUBY_VERSION >= 2.5. # RUBY_VERSION >= 2.5.
if RUBY_VERSION.start_with?("3.1") if RUBY_VERSION.start_with?("3.1.")
require "coveralls" require "coveralls"
Coveralls.wear! Coveralls.wear!
end end