Skip to content

Commit

Permalink
[release] add 1.60 to interop matrix (grpc#35274)
Browse files Browse the repository at this point in the history
Closes grpc#35274

COPYBARA_INTEGRATE_REVIEW=grpc#35274 from markdroth:release_interop_matrix_update b1cfcad
PiperOrigin-RevId: 590257600
  • Loading branch information
markdroth authored and copybara-github committed Dec 12, 2023
1 parent 75686ed commit 2cc1550
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.56.0", ReleaseInfo()),
("v1.57.0", ReleaseInfo()),
("v1.58.0", ReleaseInfo()),
("v1.60.0", ReleaseInfo()),
]
),
"go": OrderedDict(
Expand Down Expand Up @@ -753,6 +754,12 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
runtimes=["python"], testcases_file="python__master"
),
),
(
"v1.60.0",
ReleaseInfo(
runtimes=["python"], testcases_file="python__master"
),
),
]
),
"node": OrderedDict(
Expand Down Expand Up @@ -846,6 +853,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.56.0", ReleaseInfo()),
("v1.57.0", ReleaseInfo()),
("v1.58.0", ReleaseInfo()),
("v1.60.0", ReleaseInfo()),
]
),
"php": OrderedDict(
Expand Down Expand Up @@ -903,6 +911,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.56.0", ReleaseInfo()),
("v1.57.0", ReleaseInfo()),
("v1.58.0", ReleaseInfo()),
("v1.60.0", ReleaseInfo()),
]
),
"csharp": OrderedDict(
Expand Down

0 comments on commit 2cc1550

Please sign in to comment.