X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;fp=scripts%2Fgen_travis_yml.php;h=3f0688840e7fcbbd42c45b764bcf826d6e8adf7f;hp=fd46ff7028a63cda8d706a229aa459f949c496b2;hb=c17453da786271a74a518ae5a8ec203d09145593;hpb=23538fb62e010a18c16b216f8e2dbd102e528303 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index fd46ff7..3f06888 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", "master"], "enable_debug", "enable_maintainer_zts", ]);