X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fgen_travis_yml.php;h=4e418566ebb7d945e6b7010878f0533151745d7e;hb=23096b4e5fdac08a3eae5a4d4efa9fc148afd56b;hp=0283920380250307204579ae6786a7e6c713fbf9;hpb=55c3639a82f5e3dad0bb2e913e55ba929c624e34;p=m6w6%2Fext-propro diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 0283920..4e41856 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -15,7 +15,7 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["master"], + "PHP" => ["7.0", "7.1", "7.2", "7.3", "master"], "enable_debug", "enable_maintainer_zts", ]); @@ -31,4 +31,3 @@ before_script: script: - make -f travis/pecl/Makefile test -