From 8894a084704b862b7a95ed45d93b2ab0cde41ca1 Mon Sep 17 00:00:00 2001 From: Graham Paye Date: Thu, 8 Nov 2018 11:00:23 -0800 Subject: [PATCH] use newest ruby versions for kokoro (#172) --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 2f84030..4c7cc45 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -20,7 +20,7 @@ ruby --version # https://github.com/bundler/bundler/issues/6154 export BUNDLE_GEMFILE= -RUBY_VERSIONS=("2.3.7" "2.4.4" "2.5.1") +RUBY_VERSIONS=("2.3.8" "2.4.5" "2.5.3") # Capture failures EXIT_STATUS=0 # everything passed