From 0e6251b9c88221522508981bc3f66902ceed44ce Mon Sep 17 00:00:00 2001 From: Graham Rogers Date: Fri, 27 Jan 2023 12:55:16 +0000 Subject: [PATCH] Match supported Ruby versions with `shoulda-matchers` --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c740edd..64046406 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,11 @@ before_install: install: "bundle install --jobs=3 --retry=3" script: "bundle exec rake" rvm: - - 2.4.9 - - 2.5.8 - - 2.6.6 - - 2.7.1 + - 3.2.0 + - 3.1.3 + - 3.0.5 + - 2.7.7 + - 2.6.10 env: - TEST_FRAMEWORK=minitest - TEST_FRAMEWORK=test_unit