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

<!--

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.

-->

Closes #36516

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36516 from yijiem:interop-matrix-1.63.0 742d1ef527
PiperOrigin-RevId: 630501618
pull/36449/head
Yijie Ma 7 months ago committed by Copybara-Service
parent 2bc76d78af
commit ac0b046481
  1. 9
      tools/interop_matrix/client_matrix.py

@ -132,6 +132,7 @@ LANG_RELEASE_MATRIX = {
("v1.60.0", ReleaseInfo()),
("v1.61.0", ReleaseInfo()),
("v1.62.0", ReleaseInfo()),
("v1.63.0", ReleaseInfo()),
]
),
"go": OrderedDict(
@ -781,6 +782,12 @@ LANG_RELEASE_MATRIX = {
runtimes=["python"], testcases_file="python__master"
),
),
(
"v1.63.0",
ReleaseInfo(
runtimes=["python"], testcases_file="python__master"
),
),
]
),
"node": OrderedDict(
@ -877,6 +884,7 @@ LANG_RELEASE_MATRIX = {
("v1.60.0", ReleaseInfo()),
("v1.61.0", ReleaseInfo()),
("v1.62.0", ReleaseInfo()),
("v1.63.0", ReleaseInfo()),
]
),
"php": OrderedDict(
@ -937,6 +945,7 @@ LANG_RELEASE_MATRIX = {
("v1.60.0", ReleaseInfo()),
("v1.61.0", ReleaseInfo()),
("v1.62.0", ReleaseInfo()),
("v1.63.0", ReleaseInfo()),
]
),
"csharp": OrderedDict(

Loading…
Cancel
Save