From 358e2543be0220051b237033340eeb56e07e54c7 Mon Sep 17 00:00:00 2001 From: Alex Polcyn Date: Mon, 22 Apr 2019 18:22:28 +0000 Subject: [PATCH] Add 1.19 and 1.20 to interop matrix --- tools/interop_matrix/client_matrix.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 67b6832c8b2..1a8b8ef248e 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -213,6 +213,8 @@ LANG_RELEASE_MATRIX = { ReleaseInfo(patch=[ 'tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh', ])), + ('v1.19.0', ReleaseInfo()), + ('v1.20.0', ReleaseInfo()), # TODO: https://github.com/grpc/grpc/issues/18262. # If you are not encountering the error in above issue # go ahead and upload the docker image for new releases.