X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fgen_travis_yml.php;h=2c947641e871ee742fd5898c704eb58ed6b44c42;hb=7b97243bc22bcfb91f53a5fbf6d26aec733d6116;hp=48bfda8278d73d67c1f86709c6178b263416d788;hpb=37c84e5e0bd951e7c91754735dc45bbc1c2d3495;p=m6w6%2Fext-raphf diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 48bfda8..2c94764 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -16,7 +16,7 @@ env: $cur = "7.3"; $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "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", ], [ @@ -37,7 +37,7 @@ matrix: allow_failures: