Skip to content

Commit

Permalink
Add 1.37.0 to interop matrix (#25920)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnossen committed Apr 20, 2021
1 parent 0123d54 commit 146e285
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.34.0', ReleaseInfo()),
('v1.35.0', ReleaseInfo()),
('v1.36.3', ReleaseInfo()),
('v1.37.0', ReleaseInfo()),
]),
'go':
OrderedDict([
Expand Down Expand Up @@ -318,6 +319,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.34.0', ReleaseInfo(runtimes=['python'])),
('v1.35.0', ReleaseInfo(runtimes=['python'])),
('v1.36.3', ReleaseInfo(runtimes=['python'])),
('v1.37.0', ReleaseInfo(runtimes=['python'])),
]),
'node':
OrderedDict([
Expand Down Expand Up @@ -383,6 +385,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.34.0', ReleaseInfo()),
('v1.35.0', ReleaseInfo()),
('v1.36.3', ReleaseInfo()),
('v1.37.0', ReleaseInfo()),
]),
'php':
OrderedDict([
Expand Down Expand Up @@ -421,6 +424,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.34.0', ReleaseInfo()),
('v1.35.0', ReleaseInfo()),
('v1.36.3', ReleaseInfo()),
('v1.37.0', ReleaseInfo()),
]),
'csharp':
OrderedDict([
Expand Down Expand Up @@ -464,5 +468,6 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.34.0', ReleaseInfo()),
('v1.35.0', ReleaseInfo()),
('v1.36.3', ReleaseInfo()),
('v1.37.0', ReleaseInfo()),
]),
}

0 comments on commit 146e285

Please sign in to comment.