use newest ruby versions for kokoro (#172)

This commit is contained in:
Graham Paye 2018-11-08 11:00:23 -08:00 committed by GitHub
parent ed7172026a
commit 8894a08470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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