aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/client_matrix.py
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-04-18 20:04:33 -0400
committerGravatar Mehrdad Afshari <mmx@google.com>2018-04-18 20:04:33 -0400
commit3d0aab0d587c1d8f6b431ec8f098359c35904ee9 (patch)
tree7fd468e3259332bd697ce7e3200f6b99898039f4 /tools/interop_matrix/client_matrix.py
parent1cc3bf6ce2752df57b84ea3625f4dbf0f2631be3 (diff)
Add 1.11.0 to portability tests
Diffstat (limited to 'tools/interop_matrix/client_matrix.py')
-rw-r--r--tools/interop_matrix/client_matrix.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py
index 7b4b23425e..730fe64dc0 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -87,6 +87,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.10.0': None
},
+ {
+ 'v1.11.0': None
+ },
],
'go': [
{
@@ -192,6 +195,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.10.0': None
},
+ {
+ 'v1.11.0': None
+ },
],
'node': [
{
@@ -262,6 +268,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.10.0': None
},
+ {
+ 'v1.11.0': None
+ },
],
'php': [
{
@@ -294,6 +303,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.10.0': None
},
+ {
+ 'v1.11.0': None
+ },
],
'csharp': [
#{'v1.0.1': None},
@@ -324,6 +336,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.10.0': None
},
+ {
+ 'v1.11.0': None
+ },
],
}