X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-apfd;a=blobdiff_plain;f=gen_travis_yml.php;fp=gen_travis_yml.php;h=903ed093efe24329da76553af2d2a918e9baac75;hp=8537d55f9c6694123be21854a88b48ac737ce1f4;hb=c13599acd4d22b448927bfc319a1e297c574089e;hpb=1c892baa7b8bfc82ac8f00431292b8c3da1a62fb diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 8537d55..903ed09 100755 --- a/gen_travis_yml.php +++ b/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", "master"], + "PHP" => ["5.4", "5.5", "5.6", "7.0", "master"], "enable_debug", "enable_maintainer_zts", ]);