X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=a8a1ba941e3a1cfefa912aaa34d0af589eb763a6;hb=648186c31f93f6c6e67d25d899b61ac726d0d308;hp=b2f863f0396b01d93a05740b5a58f04e7d0ffe56;hpb=e00dd6db695d2d0f0937e8bc250df7640f78602f;p=m6w6%2Fext-pq diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index b2f863f..a8a1ba9 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -7,14 +7,10 @@ addons: postgresql: 9.4 apt: packages: - - php5-cli + - php-cli - php-pear - valgrind -compiler: - - gcc - - clang - cache: directories: - $HOME/cache @@ -29,12 +25,17 @@ env: ["7.0", "7.1", "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", @@ -55,7 +56,18 @@ foreach ($env as $g) { printf(" - %s\n", $e); } } +?> +matrix: + fast_finish: true + allow_failures: + install: