From b3fe2c91aac5b5fd87e6380c945cbe060a20ded0 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Tue, 6 Apr 2021 08:22:42 +0900 Subject: [PATCH] CI against Ruby 3.0.1 and 2.7.3 - Ruby 3.0.1 Released https://www.ruby-lang.org/en/news/2021/04/05/ruby-3-0-1-released/ - Ruby 2.7.3 Released https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-7-3-released/ --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f3e2dd4b2..19ae2c524 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,8 +38,8 @@ script: language: ruby rvm: - - 3.0.0 - - 2.7.2 + - 3.0.1 + - 2.7.3 - ruby-head # Rails 7.0 requires Ruby 2.7 or higeher. # CI pending until JRuby 9.4 that supports Ruby 2.7 will be released.