X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=9e5fdd8b11660f25c4d0ba054b72043cafdbc8a9;hb=a3193b716962b6be984a1b62823bafa771ab6354;hp=8001d10b45a78fce1b9a9e853a07ee2b6565073a;hpb=7b963303fb7d67bcdeefde14eb9c0f9346ff50a4;p=m6w6%2Fext-raphf diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 8001d10..9e5fdd8 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", ]);