X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=gen_travis_yml.php;h=3c6fedf3b181206d9a05827d376dd360b6de207e;hb=134d6d0a04d1b3258eb54241487ad7b4a8c92622;hp=56fe72af593048f2219f7f29a058b736a818acb5;hpb=76961563510c9cc95bad8788140c663dfc35999c;p=m6w6%2Fext-json_post diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 56fe72a..3c6fedf 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -8,6 +8,7 @@ addons: packages: - php5-cli - php-pear + - valgrind env: matrix: @@ -15,7 +16,7 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["5.4", "5.5", "5.6", "7.0", "master"], + "PHP" => ["5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "master"], "enable_debug", "enable_maintainer_zts", "enable_json" => ["yes"],