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

<!--

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/33270/head
Yash Tibrewal 2 years ago committed by GitHub
parent 687a9fa1a9
commit d14f5f78d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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([

Loading…
Cancel
Save