X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=a8a1ba941e3a1cfefa912aaa34d0af589eb763a6;hb=648186c31f93f6c6e67d25d899b61ac726d0d308;hp=d1678ab4c67a35cf99b4c2e1f34e54899ed59d17;hpb=8cdbfe9a880fc3d578e9174b92fc2d2fed167a8d;p=m6w6%2Fext-pq diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index d1678ab..a8a1ba9 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -25,12 +25,17 @@ env: ["7.0", "7.1", "7.2", "7.4", "master"], + "PHP" => ["7.0", "7.1", "7.2", "7.3"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", +], [ + "PHP" => ["8.0", "master"], + "enable_debug" => "yes", + "enable_zts" => "yes", + "enable_json" => "yes", ], [ "PHP" => $cur, "enable_json" => "no", @@ -58,7 +63,7 @@ matrix: allow_failures: