X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-apfd;a=blobdiff_plain;f=gen_travis_yml.php;h=d28416e0a0d8ffb23a580e1aec4ef63a10bedc2b;hp=ece62199fc184c4bdf59b3ce3547ca7b584ef9db;hb=c3739bb15deeaa15603483c5fb06bd1b64223383;hpb=527640f6839fd13d5c55efad29a83dcae9dfc45c diff --git a/gen_travis_yml.php b/gen_travis_yml.php index ece6219..d28416e 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -18,9 +18,13 @@ env: $cur = "7.4"; $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["5.6", "7.0", "7.1", "7.2", "7.3", "master"], + "PHP" => ["5.6", "7.0", "7.1", "7.2", "7.3"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", +],[ + "PHP" => ["8.0", "master"], + "enable_debug" => "yes", + "enable_zts" => "yes", ], [ "PHP" => $cur, "enable_debug",