From 67f387dfcfcb2494ddcd8e771a26355ce97f85ea Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Wed, 25 Dec 2019 14:23:03 +0100 Subject: [PATCH] ci: test with stable Ruby releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.7.0 is out🎄 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e847552..e14f9768 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ cache: bundler language: ruby rvm: - - &ruby1 2.6.3 - - &ruby2 2.4.6 + - &ruby1 2.7.0 + - &ruby2 2.5.7 - &jruby jruby-9.2.7.0 matrix: