[interop] Add grpc-java 1.65.1, 1.64.2, 1.63.2 to client_matrix.py (#37209)

Closes #37209

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37209 from larry-safran:master 8351557d2a
PiperOrigin-RevId: 654855729
pull/37274/head
Larry Safran 7 months ago committed by Sourabh Singh
parent 12f51d07de
commit a350b93271
  1. 6
      tools/interop_matrix/client_matrix.py

@ -444,9 +444,9 @@ LANG_RELEASE_MATRIX = {
("v1.59.1", ReleaseInfo()),
("v1.60.1", ReleaseInfo()),
("v1.61.0", ReleaseInfo()),
("v1.63.1", ReleaseInfo()),
("v1.64.0", ReleaseInfo()),
("v1.65.0", ReleaseInfo()),
("v1.63.2", ReleaseInfo()),
("v1.64.2", ReleaseInfo()),
("v1.65.1", ReleaseInfo()),
]
),
"python": OrderedDict(

Loading…
Cancel
Save