Add gRPC Java 1.35.1 and 1.36.1 to interop matrix (#25816)

pull/25833/head
Eric Anderson 4 years ago committed by GitHub
parent 53ba4a101e
commit 9424f4e406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/interop_matrix/client_matrix.py

@ -252,8 +252,8 @@ LANG_RELEASE_MATRIX = {
('v1.32.3', ReleaseInfo()), ('v1.32.3', ReleaseInfo()),
('v1.33.1', ReleaseInfo()), ('v1.33.1', ReleaseInfo()),
('v1.34.1', ReleaseInfo()), ('v1.34.1', ReleaseInfo()),
('v1.35.0', ReleaseInfo()), ('v1.35.1', ReleaseInfo()),
('v1.36.0', ReleaseInfo()), ('v1.36.1', ReleaseInfo()),
]), ]),
'python': 'python':
OrderedDict([ OrderedDict([

Loading…
Cancel
Save