X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;fp=scripts%2Fgen_travis_yml.php;h=2868592c39ce5095237620ed0bc9bab01f5cc7c6;hp=697fb050151561382f04d16daefb19780535b11d;hb=f377b7c11ae28b9c69cecd53ac2e6633fc5140b2;hpb=ed0a4dfa7b36910d2e50a64b65682ac65a48d0ce diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 697fb05..2868592 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,7 +1,6 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c -sudo: false addons: postgresql: 10 @@ -25,14 +24,14 @@ env: ["7.0", "7.1", "7.2", "7.3"], + "PHP" => ["7.0", "7.1", "7.2", "7.3", "7.4"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", ], [ - "PHP" => ["8.0", "master"], + "PHP" => ["master"], "enable_debug" => "yes", "enable_zts" => "yes", "enable_json" => "yes", @@ -43,7 +42,7 @@ $env = $gen([ "PHP" => $cur, "enable_json" => "yes", "enable_debug", - "enable_maintainer_zts" + "enable_zts" ], [ "PHP" => $cur, "enable_json" => "yes",