aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Srini Polavarapu <35056280+srini100@users.noreply.github.com>2018-08-06 18:25:38 -0700
committerGravatar GitHub <noreply@github.com>2018-08-06 18:25:38 -0700
commit4d1cd311d59b7ce3c2dfacd896f33d805652a12e (patch)
tree2cf785d59b9aab7bce3c74523db8304ed02a5fae
parent6499836bdac014b0b30cc28fd0e9c9bc07c76bcd (diff)
parent428c25744cdd867f511f3049dfff0d35dec9b001 (diff)
Merge pull request #16245 from srini100/master
add 1.14.0 to interop matrix
-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 26bd483203..dff33c88c0 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -96,6 +96,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.13.0': None
},
+ {
+ 'v1.14.0': None
+ },
],
'go': [
{
@@ -222,6 +225,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.13.0': None
},
+ {
+ 'v1.14.0': None
+ },
],
'node': [
{
@@ -307,6 +313,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.13.0': None
},
+ {
+ 'v1.14.0': None
+ },
],
'php': [
{
@@ -348,6 +357,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.13.0': None
},
+ {
+ 'v1.14.0': None
+ },
],
'csharp': [
{
@@ -394,6 +406,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.13.0': None
},
+ {
+ 'v1.14.0': None
+ },
],
}