use newest ruby versions for kokoro (#172)
This commit is contained in:
parent
ed7172026a
commit
8894a08470
|
@ -20,7 +20,7 @@ ruby --version
|
||||||
# https://github.com/bundler/bundler/issues/6154
|
# https://github.com/bundler/bundler/issues/6154
|
||||||
export BUNDLE_GEMFILE=
|
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
|
# Capture failures
|
||||||
EXIT_STATUS=0 # everything passed
|
EXIT_STATUS=0 # everything passed
|
||||||
|
|
Loading…
Reference in New Issue