travis: explicitly add 8.0/master to the matrix
[m6w6/ext-apfd] / gen_travis_yml.php
index ece62199fc184c4bdf59b3ce3547ca7b584ef9db..d28416e0a0d8ffb23a580e1aec4ef63a10bedc2b 100755 (executable)
@@ -18,9 +18,13 @@ env:
 $cur = "7.4";
 $gen = include "./travis/pecl/gen-matrix.php";
 $env = $gen([
-       "PHP" => ["5.6", "7.0", "7.1", "7.2", "7.3", "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",