add ruby 2.6.1 (#201)

This commit is contained in:
Graham Paye 2019-03-05 15:07:49 -08:00 committed by GitHub
parent 0d25f3a10f
commit f1600d9d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ ruby --version
# https://github.com/bundler/bundler/issues/6154
export BUNDLE_GEMFILE=
RUBY_VERSIONS=("2.3.8" "2.4.5" "2.5.3" "2.6.0")
RUBY_VERSIONS=("2.3.8" "2.4.5" "2.5.3" "2.6.1")
# Capture failures
EXIT_STATUS=0 # everything passed

View File

@ -6,7 +6,7 @@ build_file: "google-auth-library-ruby/.kokoro/trampoline.sh"
# Dockerfile is maintained at https://github.com/googleapis/google-cloud-ruby/tree/master/.kokoro/docker/ruby-multi
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/google-cloud-ruby/ruby-multi-ubuntu"
value: "gcr.io/cloud-devrel-kokoro-resources/yoshi-ruby/ruby-multi"
}
env_vars: {

View File

@ -5,7 +5,7 @@ build_file: "google-auth-library-ruby/.kokoro/trampoline.sh"
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/google-cloud-ruby/ruby-multi-ubuntu"
value: "gcr.io/cloud-devrel-kokoro-resources/yoshi-ruby/ruby-multi"
}
env_vars: {