Add PHP back to client_matrix.py

pull/19228/head
Stanley Cheung 6 years ago
parent f9516b04d5
commit e92622eb5b
  1. 4
      tools/interop_matrix/client_matrix.py

@ -284,9 +284,9 @@ LANG_RELEASE_MATRIX = {
('v1.16.0', ReleaseInfo(testcases_file='php__v1.0.1')),
('v1.17.1', ReleaseInfo(testcases_file='php__v1.0.1')),
('v1.18.0', ReleaseInfo()),
# v1.19 and v1.20 were deliberately ommitted here because of an issue.
# See https://github.com/grpc/grpc/issues/18264
('v1.21.4', ReleaseInfo()),
# TODO:https://github.com/grpc/grpc/issues/18264
# Error in above issues needs to be resolved.
]),
'csharp':
OrderedDict([

Loading…
Cancel
Save