From 1b5ae7fa80e17b048da7535e4f585c5cc4cef3cd Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 18 Jul 2018 12:59:26 +0200 Subject: [PATCH] add 7.3; reconfigure for master --- .travis.yml | 2 ++ scripts/gen_travis_yml.php | 3 ++- travis/pecl | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5166a11..41dc98a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ before_cache: env: - PHP=7.0 enable_debug=yes enable_maintainer_zts=yes enable_json=yes enable_hash=yes enable_iconv=yes with_http_libbrotli_dir=/home/travis/brotli - PHP=7.1 enable_debug=yes enable_maintainer_zts=yes enable_json=yes enable_hash=yes enable_iconv=yes with_http_libbrotli_dir=/home/travis/brotli + - PHP=7.3 enable_debug=yes enable_maintainer_zts=yes enable_json=yes enable_hash=yes enable_iconv=yes with_http_libbrotli_dir=/home/travis/brotli - PHP=master enable_debug=yes enable_maintainer_zts=yes enable_json=yes enable_hash=yes enable_iconv=yes with_http_libbrotli_dir=/home/travis/brotli - PHP=7.2 with_http_libicu_dir=no with_http_libidn_dir=no with_http_libidn2_dir=no with_http_libcurl_dir=no with_http_libevent_dir=no - PHP=7.2 enable_debug=no enable_maintainer_zts=no enable_json=yes enable_hash=yes enable_iconv=yes with_http_libbrotli_dir=/home/travis/brotli @@ -39,6 +40,7 @@ env: 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 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 diff --git a/travis/pecl b/travis/pecl index b6683bb..dd0a2e6 160000 --- a/travis/pecl +++ b/travis/pecl @@ -1 +1 @@ -Subproject commit b6683bb97ca8618dacf7d101e5844d1bb1b2838a +Subproject commit dd0a2e61211836ac7b24a271a5bd68af99dee3d6 -- 2.30.2