From d14f5f78d7ab107d2338753dc6920c47420eeda2 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Fri, 19 May 2023 14:02:11 -0700 Subject: [PATCH] [Release] Add 1.55.0 to interop matric for C++, ruby, php, python (#33198) --- tools/interop_matrix/client_matrix.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index f0c39f3f033..b4424515138 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -125,6 +125,7 @@ LANG_RELEASE_MATRIX = { ('v1.52.0', ReleaseInfo()), ('v1.53.0', ReleaseInfo()), ('v1.54.0', ReleaseInfo()), + ('v1.55.0', ReleaseInfo()), ]), 'go': OrderedDict([ @@ -455,6 +456,9 @@ LANG_RELEASE_MATRIX = { ('v1.54.0', ReleaseInfo(runtimes=['python'], testcases_file='python__master')), + ('v1.55.0', + ReleaseInfo(runtimes=['python'], + testcases_file='python__master')), ]), 'node': OrderedDict([ @@ -534,6 +538,7 @@ LANG_RELEASE_MATRIX = { ('v1.52.0', ReleaseInfo()), ('v1.53.0', ReleaseInfo()), ('v1.54.0', ReleaseInfo()), + ('v1.55.0', ReleaseInfo()), ]), 'php': OrderedDict([ @@ -586,6 +591,7 @@ LANG_RELEASE_MATRIX = { ('v1.52.0', ReleaseInfo()), ('v1.53.0', ReleaseInfo()), ('v1.54.0', ReleaseInfo()), + ('v1.55.0', ReleaseInfo()), ]), 'csharp': OrderedDict([