From 3aca853928acbc5b91af27bf218b46a59ce607ae Mon Sep 17 00:00:00 2001 From: Holger Just Date: Thu, 14 Mar 2019 12:08:19 +0100 Subject: [PATCH] Bump Ruby 2.5, 2.6 in .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d541654..37a1cdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,12 @@ cache: bundler rvm: # Latest Rubies on top - - 2.6.1 + - 2.6.2 - jruby-9.2.5.0 - truffleruby-1.0.0-rc12 # Older versions - - 2.5.3 + - 2.5.4 - 2.4.5 - 2.3.8 - 2.2.10 @@ -30,7 +30,7 @@ rvm: matrix: include: - - rvm: 2.6.1 + - rvm: 2.6.2 env: COVERAGE=1 # An older Ruby/Rack combination as used by Rails 3.2. As long as it works