From 39103342cf4fc2d3694ee7618d668581439c08b0 Mon Sep 17 00:00:00 2001 From: Srini Polavarapu Date: Mon, 22 Jun 2020 18:55:24 -0700 Subject: [PATCH] v1.30.0 interop tests --- tools/interop_matrix/client_matrix.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index e38c1c77ee9..a37cf9d189f 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -105,6 +105,7 @@ LANG_RELEASE_MATRIX = { ('v1.25.0', ReleaseInfo()), ('v1.26.0', ReleaseInfo()), ('v1.27.3', ReleaseInfo()), + ('v1.30.0', ReleaseInfo()), ]), 'go': OrderedDict([ @@ -276,6 +277,7 @@ LANG_RELEASE_MATRIX = { ('v1.25.0', ReleaseInfo(runtimes=['python'])), ('v1.26.0', ReleaseInfo(runtimes=['python'])), ('v1.27.3', ReleaseInfo(runtimes=['python'])), + ('v1.30.0', ReleaseInfo(runtimes=['python'])), ]), 'node': OrderedDict([ @@ -334,6 +336,7 @@ LANG_RELEASE_MATRIX = { # go ahead and upload the docker image for new releases. ('v1.26.0', ReleaseInfo()), ('v1.27.3', ReleaseInfo()), + ('v1.30.0', ReleaseInfo()), ]), 'php': OrderedDict([ @@ -365,6 +368,7 @@ LANG_RELEASE_MATRIX = { ('v1.25.0', ReleaseInfo()), ('v1.26.0', ReleaseInfo()), ('v1.27.3', ReleaseInfo()), + ('v1.30.0', ReleaseInfo()), ]), 'csharp': OrderedDict([ @@ -401,5 +405,6 @@ LANG_RELEASE_MATRIX = { ('v1.25.0', ReleaseInfo()), ('v1.26.0', ReleaseInfo()), ('v1.27.3', ReleaseInfo()), + ('v1.30.0', ReleaseInfo()), ]), }