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=da6dfca3f19614a13568ef9af524e630f669994a;hp=3cc797277079fb573bc531372cfeff1d869a160b;hb=65e68261b6e87dcc9d57cb56876267ef4770cb8e;hpb=39d9936c61018c60d831d52896a7ee738952180e diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 3cc7972..da6dfca 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", "7.1", "master"], + "PHP" => ["5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "master"], "enable_debug", "enable_maintainer_zts", ]);