diff options
author | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-03-22 18:04:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 18:04:21 -0700 |
commit | 31641351c278de45ee3a77a9e0a72824422a688b (patch) | |
tree | 561596bc5545f258a9b365d167c3c2e9cdb69901 | |
parent | 3163f5ba8a83225ecd430c5f6b21df47da15ac55 (diff) | |
parent | baefff2610695fbff522451202e5ed8c4d899924 (diff) |
Merge pull request #14797 from mehrdada/portability110
Add v1.10.0 to portability tests
-rw-r--r-- | tools/interop_matrix/client_matrix.py | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 722cf8aea1..1d99fbc45d 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -84,6 +84,9 @@ LANG_RELEASE_MATRIX = { { 'v1.9.1': None }, + { + 'v1.10.0': None + }, ], 'go': [ { @@ -180,6 +183,9 @@ LANG_RELEASE_MATRIX = { { 'v1.9.1': None }, + { + 'v1.10.0': None + }, ], 'node': [ { @@ -209,7 +215,10 @@ LANG_RELEASE_MATRIX = { }, { 'v1.9.1': None - } + }, + { + 'v1.10.0': None + }, ], 'ruby': [ { @@ -244,6 +253,9 @@ LANG_RELEASE_MATRIX = { { 'v1.9.1': None }, + { + 'v1.10.0': None + }, ], 'php': [ { @@ -273,6 +285,9 @@ LANG_RELEASE_MATRIX = { { 'v1.9.1': None }, + { + 'v1.10.0': None + }, ], 'csharp': [ #{'v1.0.1': None}, @@ -300,6 +315,9 @@ LANG_RELEASE_MATRIX = { { 'v1.9.1': None }, + { + 'v1.10.0': None + }, ], } |