Add 1.19 and 1.20 to interop matrix

pull/18979/head
Alex Polcyn 6 years ago
parent 0c68f31e8a
commit 358e2543be
  1. 2
      tools/interop_matrix/client_matrix.py

@ -213,6 +213,8 @@ LANG_RELEASE_MATRIX = {
ReleaseInfo(patch=[ ReleaseInfo(patch=[
'tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh', 'tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh',
])), ])),
('v1.19.0', ReleaseInfo()),
('v1.20.0', ReleaseInfo()),
# TODO: https://github.com/grpc/grpc/issues/18262. # TODO: https://github.com/grpc/grpc/issues/18262.
# If you are not encountering the error in above issue # If you are not encountering the error in above issue
# go ahead and upload the docker image for new releases. # go ahead and upload the docker image for new releases.

Loading…
Cancel
Save