From 09e7db5ba53c94d32c57a100ec6bbf64b64d3afe Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 20 May 2021 23:05:22 +0200 Subject: CI: More complete Travis matrix (#265) This adds a 3.0 Ruby, as well as updates the patch versions using information from https://github.com/rvm/rvm/blob/master/config/known#L12 --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0781d55..43bef81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,12 @@ rvm: - 2.1 - 2.2 - 2.3.4 - - 2.4.9 - - 2.5.7 - - 2.6.5 - - 2.7.0 - - jruby-9.2.16.0 + - 2.4.10 + - 2.5.9 + - 2.6.7 + - 2.7.3 + - 3.0.1 + - jruby-9.2.17.0 - jruby-head - ruby-head - truffleruby-head -- cgit v1.2.1