X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=68f9b863a81545a94f96c5d7cde04ad018ecba26;hp=fc493df70de77d43cbce389db2dbda19a5310761;hb=1b5ae7fa80e17b048da7535e4f585c5cc4cef3cd;hpb=a81472d0108d16e680980a9e0c1b4af0d629c43a diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index fc493df..68f9b86 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -32,7 +32,7 @@ $gen = include "./travis/pecl/gen-matrix.php"; $cur = "7.2"; $env = $gen([ // most useful for all additional versions except current - "PHP" => ["7.0", "7.1", "master"], + "PHP" => ["7.0", "7.1", "7.3", "master"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", @@ -81,6 +81,7 @@ foreach ($env as $grp) { install: - ./travis/brotli.sh v1.0.2 + - if test "$PHP" = master; then make -f travis/pecl/Makefile reconf; fi - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile pecl PECL=ext-raphf.git:raphf:master - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master