Skip to content

Commit

Permalink
[interop] Add grpc-java 1.68.3 and 1.69.1 to client_matrix.py (grpc#3…
Browse files Browse the repository at this point in the history
…8486)

Closes grpc#38486

COPYBARA_INTEGRATE_REVIEW=grpc#38486 from ejona86:bump-version 6a74651
PiperOrigin-RevId: 716437573
  • Loading branch information
ejona86 authored and copybara-github committed Jan 17, 2025
1 parent 4d71ea1 commit 65ae463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,8 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
("v1.65.1", ReleaseInfo()),
("v1.66.0", ReleaseInfo()),
("v1.67.1", ReleaseInfo()),
("v1.68.2", ReleaseInfo()),
("v1.69.0", ReleaseInfo()),
("v1.68.3", ReleaseInfo()),
("v1.69.1", ReleaseInfo()),
]
),
"python": OrderedDict(
Expand Down

0 comments on commit 65ae463

Please sign in to comment.