Add grpc-java 1.63.1 to client_matrix.py (#36651)

<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #36651

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36651 from sergiitk:java-1.63.1 409d48e1fb
PiperOrigin-RevId: 634815551
pull/36661/head
Sergii Tkachenko 7 months ago committed by Copybara-Service
parent 1e83bc6978
commit fb6a57b153
  1. 2
      tools/interop_matrix/client_matrix.py

@ -441,7 +441,7 @@ LANG_RELEASE_MATRIX = {
("v1.59.1", ReleaseInfo()),
("v1.60.1", ReleaseInfo()),
("v1.61.0", ReleaseInfo()),
("v1.63.0", ReleaseInfo()),
("v1.63.1", ReleaseInfo()),
("v1.64.0", ReleaseInfo()),
]
),

Loading…
Cancel
Save