diff --git a/.travis.yml b/.travis.yml index 981617a..a92990c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,13 +10,14 @@ cache: bundler rvm: # Latest Rubies on top - - 2.6.5 - - jruby-9.2.9.0 + - 2.7.1 + - jruby-9.2.12.0 - truffleruby-20.1.0 # Older versions - - 2.5.7 - - 2.4.9 + - 2.6.6 + - 2.5.8 + - 2.4.10 - 2.3.7 - 2.2.10 - 2.1.10 @@ -29,7 +30,7 @@ rvm: matrix: include: - - rvm: 2.6.5 + - rvm: 2.7.1 env: COVERAGE=1 # An older Ruby/Rack combination as used by Rails 3.2. As long as it works