X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;fp=scripts%2Fgen_travis_yml.php;h=f393bbcd68322d223a09e39b33f29ee600b6a55e;hp=2cad77a92e4c241615684ca599485eaebb978b21;hb=594dfcf5689232682c9705f364ad7be2853b3a9e;hpb=0d7cf4869d32af176828b8420422c93d9811a405 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 2cad77a..f393bbc 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -30,7 +30,7 @@ $gen = include "./travis/pecl/gen-matrix.php"; $cur = "7.3"; $env = $gen([ // most useful for all additional versions except current - "PHP" => ["7.0", "7.1", "7.2", "master"], + "PHP" => ["7.0", "7.1", "7.2", "7.4", "master"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", @@ -83,7 +83,7 @@ matrix: allow_failures: