X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=a8a1ba941e3a1cfefa912aaa34d0af589eb763a6;hb=648186c31f93f6c6e67d25d899b61ac726d0d308;hp=aad3848f747ec0e11ebab0def46d96be1466822e;hpb=cd06468d31df5287b9d40874599b8e0c97ca5b75;p=m6w6%2Fext-pq diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index aad3848..a8a1ba9 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -7,7 +7,7 @@ addons: postgresql: 9.4 apt: packages: - - php5-cli + - php-cli - php-pear - valgrind @@ -25,12 +25,17 @@ env: ["7.0", "7.1", "7.2", "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", @@ -58,7 +63,7 @@ matrix: allow_failures: