Merge pull request #19116 from ejona86/java-1.21.0

Add grpc-java 1.21.0 to client_matrix.py
pull/19219/head
Jan Tattermusch 6 years ago committed by GitHub
commit b8759c2af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

@ -145,6 +145,7 @@ LANG_RELEASE_MATRIX = {
('v1.18.0', ReleaseInfo(runtimes=['java_oracle8'])),
('v1.19.0', ReleaseInfo(runtimes=['java_oracle8'])),
('v1.20.0', ReleaseInfo(runtimes=['java_oracle8'])),
('v1.21.0', ReleaseInfo(runtimes=['java_oracle8'])),
]),
'python':
OrderedDict([

Loading…
Cancel
Save