X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=213a12b4b43456ce558dabc6bdaec4743f1ce31f;hb=6061957938bfb07aceb5d20d3e6338e53a7d4f78;hp=fd46ff7028a63cda8d706a229aa459f949c496b2;hpb=a9d19e8a0216bb678b2236e15b26d14f030ba28b;p=m6w6%2Fext-propro diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index fd46ff7..213a12b 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -15,7 +15,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", ]);