X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=d1678ab4c67a35cf99b4c2e1f34e54899ed59d17;hp=aad3848f747ec0e11ebab0def46d96be1466822e;hb=8cdbfe9a880fc3d578e9174b92fc2d2fed167a8d;hpb=cd06468d31df5287b9d40874599b8e0c97ca5b75 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index aad3848..d1678ab 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 @@ -27,7 +27,7 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $cur = "7.3"; $env = $gen([ - "PHP" => ["7.0", "7.1", "7.2", "master"], + "PHP" => ["7.0", "7.1", "7.2", "7.4", "master"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", @@ -58,7 +58,7 @@ matrix: allow_failures: