X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=213a12b4b43456ce558dabc6bdaec4743f1ce31f;hb=6061957938bfb07aceb5d20d3e6338e53a7d4f78;hp=cc49a29245b6d0ae9277da38eb0ba02803dafeaa;hpb=8e6c28e6e5c9ef473c705f49a4b9f30ed774231b;p=m6w6%2Fext-propro diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index cc49a29..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" => ["5.4", "5.5", "5.6"], + "PHP" => ["7.0", "7.1", "7.2", "master"], "enable_debug", "enable_maintainer_zts", ]); @@ -31,4 +31,3 @@ before_script: script: - make -f travis/pecl/Makefile test -