X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fgen_travis_yml.php;h=b6ddf9e582fbc8ecd69903ab7425dbc78fe3157e;hb=0327777cffae9b7b40671c475f85e733e331c916;hp=9e5fdd8b11660f25c4d0ba054b72043cafdbc8a9;hpb=a3193b716962b6be984a1b62823bafa771ab6354;p=m6w6%2Fext-raphf diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 9e5fdd8..b6ddf9e 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" => ["master"], + "PHP" => ["7.0", "master"], "enable_debug", "enable_maintainer_zts", ]);