[Release] Add 1.56.0 to interop matric for C++, ruby, php, python (#33541)

<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
pull/33551/head
Yijie Ma 2 years ago committed by GitHub
parent 1002319736
commit 35754ac603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      tools/interop_matrix/client_matrix.py

@ -126,6 +126,7 @@ LANG_RELEASE_MATRIX = {
("v1.53.0", ReleaseInfo()),
("v1.54.0", ReleaseInfo()),
("v1.55.0", ReleaseInfo()),
("v1.56.0", ReleaseInfo()),
]
),
"go": OrderedDict(
@ -723,6 +724,12 @@ LANG_RELEASE_MATRIX = {
runtimes=["python"], testcases_file="python__master"
),
),
(
"v1.56.0",
ReleaseInfo(
runtimes=["python"], testcases_file="python__master"
),
),
]
),
"node": OrderedDict(
@ -813,6 +820,7 @@ LANG_RELEASE_MATRIX = {
("v1.53.0", ReleaseInfo()),
("v1.54.0", ReleaseInfo()),
("v1.55.0", ReleaseInfo()),
("v1.56.0", ReleaseInfo()),
]
),
"php": OrderedDict(
@ -867,6 +875,7 @@ LANG_RELEASE_MATRIX = {
("v1.53.0", ReleaseInfo()),
("v1.54.0", ReleaseInfo()),
("v1.55.0", ReleaseInfo()),
("v1.56.0", ReleaseInfo()),
]
),
"csharp": OrderedDict(

Loading…
Cancel
Save