From 8407c210c1b1041f7ceda558e48fd0908077986b Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 21 May 2018 14:31:30 +1000 Subject: [PATCH] DEV: Update our test matrix We are preparing to drop support for Ruby 2.3 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6692c0e3e07..ba9f8a2c071 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,9 +23,8 @@ matrix: fast_finish: true rvm: - - 2.5.0 - - 2.4.2 - - 2.3.4 + - 2.5.1 + - 2.4.4 services: - redis-server