X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=697fb050151561382f04d16daefb19780535b11d;hb=ed0a4dfa7b36910d2e50a64b65682ac65a48d0ce;hp=7e05a5453357b220e9abc53a89bd5c00165b204f;hpb=6f5faabcca700632d224a301c32cff88ef49d11e;p=m6w6%2Fext-pq diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 7e05a54..697fb05 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -4,7 +4,7 @@ language: c sudo: false addons: - postgresql: 9.4 + postgresql: 10 apt: packages: - php-cli @@ -27,10 +27,15 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $cur = "7.4"; $env = $gen([ - "PHP" => ["7.0", "7.1", "7.2", "7.3", "master"], + "PHP" => ["7.0", "7.1", "7.2", "7.3"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", +], [ + "PHP" => ["8.0", "master"], + "enable_debug" => "yes", + "enable_zts" => "yes", + "enable_json" => "yes", ], [ "PHP" => $cur, "enable_json" => "no",