From 7138b315a381936f40d34f2e1fb68e478285c07e Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Sun, 19 Jun 2022 19:20:59 -0700 Subject: [PATCH 1/2] Add Ruby 3.1 to the Travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2a61f7a..81bfe65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ rvm: - 2.6.7 - 2.7.3 - 3.0.1 + - 3.1.2 # For code coverage reports script: bundle exec rake From 9ca3c14435d2e8b82ba9e19ffe1176a20edbb8c8 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Mon, 16 Jan 2023 21:35:38 -0500 Subject: [PATCH 2/2] Add Ruby 3.2.0 and update patch versions --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 81bfe65..5672920 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,10 @@ rvm: - 2.4.10 - 2.5.9 - 2.6.7 - - 2.7.3 - - 3.0.1 - - 3.1.2 + - 2.7.7 + - 3.0.5 + - 3.1.3 + - 3.2.0 # For code coverage reports script: bundle exec rake