X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=0283920380250307204579ae6786a7e6c713fbf9;hb=6bb2f2584faf986f1b0b764f69e760b69163f48c;hp=cc49a29245b6d0ae9277da38eb0ba02803dafeaa;hpb=8e6c28e6e5c9ef473c705f49a4b9f30ed774231b;p=m6w6%2Fext-propro diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index cc49a29..0283920 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" => ["master"], "enable_debug", "enable_maintainer_zts", ]);