X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=gen_travis_yml.php;fp=gen_travis_yml.php;h=a5b44201cbea9336e5d31a15b50c3d5c6594f5b5;hp=f0d5b3545ad5b8d203f2556653cf4e38ead65cd1;hb=50d189d70afed2ef949f830ceb69e22e0af66557;hpb=6ab3ae07622e825b32ec6c9bf781def373dad616 diff --git a/gen_travis_yml.php b/gen_travis_yml.php index f0d5b35..a5b4420 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -8,6 +8,7 @@ addons: packages: - php5-cli - php-pear + - valgrind env: global: @@ -17,7 +18,7 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["7.0", "7.1", "master"], + "PHP" => ["7.0", "7.1", "7.2", "master"], "enable_debug", "enable_maintainer_zts", "enable_json",