Skip to content

Commit

Permalink
Merge pull request grpc#22296 from creamsoup/bump_matrix_java
Browse files Browse the repository at this point in the history
Add grpc-java v1.28.0 & v1.27.2 to client_matrix.py
  • Loading branch information
ejona86 authored May 19, 2020
2 parents ddf5646 + af65cb5 commit a4afc99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.24.0', ReleaseInfo()),
('v1.25.0', ReleaseInfo()),
('v1.26.1', ReleaseInfo()),
('v1.27.1', ReleaseInfo()),
('v1.27.2', ReleaseInfo()),
('v1.28.0', ReleaseInfo()),
]),
'python':
OrderedDict([
Expand Down

0 comments on commit a4afc99

Please sign in to comment.