aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-11-15 20:07:12 -0800
committerGravatar Lidi Zheng <lidiz@google.com>2018-11-15 20:07:12 -0800
commitdd2bdf2ff1781cc00ca1ab7554d42a0330287401 (patch)
tree909d25c9d6b54b51a2bd8155f76a89ab5338e0a2 /src/php
parentd8a7af85d764e37d37165420e6a9463c43e808e8 (diff)
Enable lcov 1.12 and 1.13 for gRPC PHP
Diffstat (limited to 'src/php')
-rwxr-xr-xsrc/php/ext/grpc/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/ext/grpc/config.m4 b/src/php/ext/grpc/config.m4
index fa54ebd920..9ec2c7cf04 100755
--- a/src/php/ext/grpc/config.m4
+++ b/src/php/ext/grpc/config.m4
@@ -103,7 +103,7 @@ if test "$PHP_COVERAGE" = "yes"; then
AC_MSG_ERROR([ccache must be disabled when --enable-coverage option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
fi
- lcov_version_list="1.5 1.6 1.7 1.9 1.10 1.11"
+ lcov_version_list="1.5 1.6 1.7 1.9 1.10 1.11 1.12 1.13"
AC_CHECK_PROG(LCOV, lcov, lcov)
AC_CHECK_PROG(GENHTML, genhtml, genhtml)