X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=4e418566ebb7d945e6b7010878f0533151745d7e;hp=213a12b4b43456ce558dabc6bdaec4743f1ce31f;hb=23096b4e5fdac08a3eae5a4d4efa9fc148afd56b;hpb=4a55d12c4ff0a9a53f170f4d53e5703aee7626c4 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 213a12b..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" => ["7.0", "7.1", "7.2", "master"], + "PHP" => ["7.0", "7.1", "7.2", "7.3", "master"], "enable_debug", "enable_maintainer_zts", ]);