Add Java v1.40.2 and v1.41.1 to the interop test client matrix. (#27953)

reviewable/pr26812/r11^2
Terry Wilson 3 years ago committed by GitHub
parent a415d81287
commit c4a101b5dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/interop_matrix/client_matrix.py

@ -267,7 +267,9 @@ LANG_RELEASE_MATRIX = {
('v1.38.1', ReleaseInfo()),
('v1.39.0', ReleaseInfo()),
('v1.40.1', ReleaseInfo()),
('v1.40.2', ReleaseInfo()),
('v1.41.0', ReleaseInfo()),
('v1.41.1', ReleaseInfo()),
('v1.42.1', ReleaseInfo()),
]),
'python':

Loading…
Cancel
Save