From 8351557d2a3e9e5e64c438634f73c20afa1b4a88 Mon Sep 17 00:00:00 2001 From: larry-safran Date: Fri, 12 Jul 2024 20:35:15 +0000 Subject: [PATCH] [interop] Add grpc-java 1.65.1, 1.64.2, 1.63.2 to client_matrix.py --- tools/interop_matrix/client_matrix.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index bb5d9b35ce6..ab43a6c0868 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/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(