add C# 2.38.1 and 2.39.1 to interop matrix (#27084)

pull/27011/head
Jan Tattermusch 4 years ago committed by GitHub
parent afb660b595
commit 13171a8b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/interop_matrix/client_matrix.py

@ -480,5 +480,7 @@ LANG_RELEASE_MATRIX = {
('v1.35.0', ReleaseInfo()),
('v1.36.3', ReleaseInfo()),
('v1.37.0', ReleaseInfo()),
('v1.38.1', ReleaseInfo()),
('v1.39.1', ReleaseInfo()),
]),
}

Loading…
Cancel
Save