From cd8c94e94aa4cedf01ba8c520f4c9a10a9fa1274 Mon Sep 17 00:00:00 2001 From: nov Date: Sun, 14 Aug 2022 10:20:26 +0900 Subject: [PATCH] update travis.yml --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3905fb8..848ef6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ before_install: - gem install bundler rvm: - - 2.5.8 - - 2.6.6 - - 2.7.2 - - 3.0.2 \ No newline at end of file + - 2.6.10 + - 2.7.6 + - 3.0.4 + - 3.1.2 \ No newline at end of file