X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=gen_travis_yml.php;h=a5b44201cbea9336e5d31a15b50c3d5c6594f5b5;hp=a20d98388e6991846986e1d85873c3da37b4e5a0;hb=0e22011a2508823c3c4025d6930c8dce137cec8a;hpb=d607a4e70c0684d4b144203dfce40d7d69db6f3f diff --git a/gen_travis_yml.php b/gen_travis_yml.php index a20d983..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", "master"], + "PHP" => ["7.0", "7.1", "7.2", "master"], "enable_debug", "enable_maintainer_zts", "enable_json",