X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=2868592c39ce5095237620ed0bc9bab01f5cc7c6;hb=f377b7c11ae28b9c69cecd53ac2e6633fc5140b2;hp=d1678ab4c67a35cf99b4c2e1f34e54899ed59d17;hpb=8cdbfe9a880fc3d578e9174b92fc2d2fed167a8d;p=m6w6%2Fext-pq diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index d1678ab..2868592 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,10 +1,9 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c -sudo: false addons: - postgresql: 9.4 + postgresql: 10 apt: packages: - php-cli @@ -25,12 +24,17 @@ env: ["7.0", "7.1", "7.2", "7.4", "master"], + "PHP" => ["7.0", "7.1", "7.2", "7.3", "7.4"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", +], [ + "PHP" => ["master"], + "enable_debug" => "yes", + "enable_zts" => "yes", + "enable_json" => "yes", ], [ "PHP" => $cur, "enable_json" => "no", @@ -38,7 +42,7 @@ $env = $gen([ "PHP" => $cur, "enable_json" => "yes", "enable_debug", - "enable_maintainer_zts" + "enable_zts" ], [ "PHP" => $cur, "enable_json" => "yes", @@ -58,7 +62,7 @@ matrix: allow_failures: