From baefff2610695fbff522451202e5ed8c4d899924 Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Wed, 21 Mar 2018 21:28:13 -0700 Subject: [PATCH] Add v1.10.0 to portability tests --- tools/interop_matrix/client_matrix.py | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 722cf8aea15..1d99fbc45d5 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 + }, ], }