Skip to content

Commit

Permalink
[interop] Add grpc-core 1.57.0 to client_matrix.py (grpc#34059)
Browse files Browse the repository at this point in the history
  • Loading branch information
drfloob authored Aug 14, 2023
1 parent 03eed0f commit 588e83e
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 @@ -127,6 +127,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.54.0", ReleaseInfo()),
("v1.55.0", ReleaseInfo()),
("v1.56.0", ReleaseInfo()),
("v1.57.0", ReleaseInfo()),
]
),
"go": OrderedDict(
Expand Down Expand Up @@ -735,6 +736,12 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
runtimes=["python"], testcases_file="python__master"
),
),
(
"v1.57.0",
ReleaseInfo(
runtimes=["python"], testcases_file="python__master"
),
),
]
),
"node": OrderedDict(
Expand Down Expand Up @@ -826,6 +833,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.54.0", ReleaseInfo()),
("v1.55.0", ReleaseInfo()),
("v1.56.0", ReleaseInfo()),
("v1.57.0", ReleaseInfo()),
]
),
"php": OrderedDict(
Expand Down Expand Up @@ -881,6 +889,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.54.0", ReleaseInfo()),
("v1.55.0", ReleaseInfo()),
("v1.56.0", ReleaseInfo()),
("v1.57.0", ReleaseInfo()),
]
),
"csharp": OrderedDict(
Expand Down

0 comments on commit 588e83e

Please sign in to comment.