Skip to content

Commit

Permalink
Merge branch 'client_channel_connectivity_api' into xds_client
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Oct 1, 2019
2 parents 32c5bbb + a70c338 commit f3ae053
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ $ sudo yum install php56w php56w-devel php-pear phpunit gcc zlib-devel

**Install PHP and PECL on Mac:**
```sh
$ brew install homebrew/php/php56-grpc
$ curl -O http://pear.php.net/go-pear.phar
$ sudo php -d detect_unicode=0 go-pear.phar
```
Expand Down
5 changes: 5 additions & 0 deletions tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.22.0', ReleaseInfo()),
('v1.22.1', ReleaseInfo()),
('v1.23.0', ReleaseInfo()),
('v1.24.0', ReleaseInfo()),
]),
'go':
OrderedDict(
Expand Down Expand Up @@ -218,6 +219,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.22.0', ReleaseInfo()),
('v1.22.1', ReleaseInfo()),
('v1.23.0', ReleaseInfo()),
('v1.24.0', ReleaseInfo()),
]),
'node':
OrderedDict([
Expand Down Expand Up @@ -270,6 +272,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.22.0', ReleaseInfo()),
('v1.22.1', ReleaseInfo()),
('v1.23.0', ReleaseInfo()),
('v1.24.0', ReleaseInfo()),
# TODO: https://github.com/grpc/grpc/issues/18262.
# If you are not encountering the error in above issue
# go ahead and upload the docker image for new releases.
Expand Down Expand Up @@ -300,6 +303,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.22.0', ReleaseInfo()),
('v1.22.1', ReleaseInfo()),
('v1.23.0', ReleaseInfo()),
('v1.24.0', ReleaseInfo()),
]),
'csharp':
OrderedDict([
Expand Down Expand Up @@ -333,5 +337,6 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.22.0', ReleaseInfo()),
('v1.22.1', ReleaseInfo()),
('v1.23.0', ReleaseInfo()),
('v1.24.0', ReleaseInfo()),
]),
}

0 comments on commit f3ae053

Please sign in to comment.