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=3cc797277079fb573bc531372cfeff1d869a160b;hp=903ed093efe24329da76553af2d2a918e9baac75;hb=4b45bc6c540f6383601a23108ecd14d4ef76e12b;hpb=c13599acd4d22b448927bfc319a1e297c574089e diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 903ed09..3cc7972 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", "7.0", "master"], + "PHP" => ["5.4", "5.5", "5.6", "7.0", "7.1", "master"], "enable_debug", "enable_maintainer_zts", ]);