X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=gen_travis_yml.php;h=e5fdf2914252df8b69d35d76cc683e655d8bfd1f;hb=effb08fc79d13bfa72f3143977985dc8a16192c0;hp=8537d55f9c6694123be21854a88b48ac737ce1f4;hpb=4dacc3617c40de5f52475283fd735b751e24de10;p=m6w6%2Fext-apfd diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 8537d55..e5fdf29 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", "master"], + "PHP" => ["5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "master"], "enable_debug", "enable_maintainer_zts", ]);