X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-apfd;a=blobdiff_plain;f=gen_travis_yml.php;h=683e46e75970d6616945ee948a6f22571cc9c35c;hp=d28416e0a0d8ffb23a580e1aec4ef63a10bedc2b;hb=c890a6eec0d636900be67cb2d78cf310b5aaab0d;hpb=e7a346df71f0f4f2269199444c8afea4fef9135c diff --git a/gen_travis_yml.php b/gen_travis_yml.php index d28416e..683e46e 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -1,8 +1,6 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c -sudo: false -dist: xenial addons: apt: @@ -15,20 +13,20 @@ env: matrix: ["5.6", "7.0", "7.1", "7.2", "7.3"], + "PHP" => ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", ],[ - "PHP" => ["8.0", "master"], + "PHP" => ["master"], "enable_debug" => "yes", "enable_zts" => "yes", ], [ "PHP" => $cur, "enable_debug", - "enable_maintainer_zts" + "enable_zts" ], [ "CFLAGS" => "'-O0 -g --coverage'", "CXXFLAGS" => "'-O0 -g --coverage'",