diff options
author | adelez <adelez@google.com> | 2017-11-22 10:00:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 10:00:58 -0800 |
commit | 7fe236904fd927339be71e75a85337468a76cc80 (patch) | |
tree | bbba6c36a5a78c7cb4aafa50b15eb33735b2e536 | |
parent | 0c000f6f6f385aa39fa882cd3940d14622a1f2f2 (diff) | |
parent | a4f03206431e93cf425d9b6aaeebfaac1cbc6a3d (diff) |
Merge pull request #13483 from menghanl/release_matrix
Add go release versions to backwards compatibility tests
-rw-r--r-- | tools/interop_matrix/client_matrix.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index c8dbb3ae66..cbfaafee1d 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -53,6 +53,10 @@ LANG_RELEASE_MATRIX = { 'v1.5.2', 'v1.6.0', 'v1.7.0', + 'v1.7.1', + 'v1.7.2', + 'v1.7.3', + 'v1.8.0', ], 'java': [ 'v1.0.3', |