X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-apfd;a=blobdiff_plain;f=gen_travis_yml.php;h=d28416e0a0d8ffb23a580e1aec4ef63a10bedc2b;hp=61b7cf86a397d283740d5919e0c026ae5f03b5ac;hb=41a7569b67bcd31c93f4e696f8f49f3e44f5648a;hpb=e7cc5aa2555ae43ca224ffa37fd442863d57d89a diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 61b7cf8..d28416e 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -2,29 +2,29 @@ # autogenerated file; do not edit language: c sudo: false -dist: trusty +dist: xenial addons: apt: packages: - - php5-cli + - php-cli - php-pear - valgrind -compiler: - - gcc - - clang - env: matrix: ["5.6", "7.0", "7.1", "master"], + "PHP" => ["5.6", "7.0", "7.1", "7.2", "7.3"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", +],[ + "PHP" => ["8.0", "master"], + "enable_debug" => "yes", + "enable_zts" => "yes", ], [ "PHP" => $cur, "enable_debug", @@ -57,5 +57,5 @@ script: - make -f travis/pecl/Makefile test after_success: - - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy + - test -n "$CFLAGS" && cd .libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy