X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=gen_travis_yml.php;h=a5b44201cbea9336e5d31a15b50c3d5c6594f5b5;hb=11075db860470f36eafe93257972e5f7db9632fa;hp=f0d5b3545ad5b8d203f2556653cf4e38ead65cd1;hpb=74d8a9663d61da6b6a7021b7afaa1ebd416a471d;p=m6w6%2Fext-pq 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",