X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-raphf;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=2c947641e871ee742fd5898c704eb58ed6b44c42;hp=48bfda8278d73d67c1f86709c6178b263416d788;hb=e2b5953d34381c54d4efff501124afe24ec057b0;hpb=37c84e5e0bd951e7c91754735dc45bbc1c2d3495 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: