From 11fd4879beeebc6591c0816674f4f9583f0dcef3 Mon Sep 17 00:00:00 2001 From: 284km Date: Sun, 1 Oct 2017 10:32:19 +0900 Subject: [PATCH] CI against Ruby 2.2.8/2.3.5/2.4.2 --- .travis.yml | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e720e56c..71cf0423 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ rvm: - 1.9.3 - 2.0.0 - 2.1.10 - - 2.2.7 - - 2.3.4 - - 2.4.1 + - 2.2.8 + - 2.3.5 + - 2.4.2 - jruby-head - rbx-2 - ruby-head diff --git a/README.md b/README.md index 8a7f7c35..a8665b68 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ implementations: * Ruby 1.9.3 * Ruby 2.0.0 * Ruby 2.1 -* Ruby 2.2.4 -* Ruby 2.3.1 -* Ruby 2.4.0 +* Ruby 2.2.8 +* Ruby 2.3.5 +* Ruby 2.4.2 * [JRuby][] * [Rubinius][] * [MacRuby][] (not tested on Travis CI)