travis
authorMichael Wallner <mike@php.net>
Mon, 30 Nov 2020 15:33:23 +0000 (16:33 +0100)
committerMichael Wallner <mike@php.net>
Mon, 30 Nov 2020 15:33:23 +0000 (16:33 +0100)
.travis.yml
gen_travis_yml.php

index f530610dc15ac6ef3596ce9552255b7d074d7dd6..9980492d008631de72641c159f9180fb2f43ad62 100644 (file)
@@ -1,7 +1,5 @@
 # autogenerated file; do not edit
 language: c
 # autogenerated file; do not edit
 language: c
-sudo: false
-dist: xenial
 
 addons:
  apt:
 
 addons:
  apt:
@@ -17,13 +15,13 @@ env:
   - PHP=7.1 enable_debug=yes enable_maintainer_zts=yes
   - PHP=7.2 enable_debug=yes enable_maintainer_zts=yes
   - PHP=7.3 enable_debug=yes enable_maintainer_zts=yes
   - PHP=7.1 enable_debug=yes enable_maintainer_zts=yes
   - PHP=7.2 enable_debug=yes enable_maintainer_zts=yes
   - PHP=7.3 enable_debug=yes enable_maintainer_zts=yes
-  - PHP=8.0 enable_debug=yes enable_zts=yes
-  - PHP=master enable_debug=yes enable_zts=yes
-  - PHP=7.4 enable_debug=no enable_maintainer_zts=no
-  - PHP=7.4 enable_debug=yes enable_maintainer_zts=no
-  - PHP=7.4 enable_debug=no enable_maintainer_zts=yes
   - PHP=7.4 enable_debug=yes enable_maintainer_zts=yes
   - PHP=7.4 enable_debug=yes enable_maintainer_zts=yes
-  - CFLAGS='-O0 -g --coverage' CXXFLAGS='-O0 -g --coverage' PHP=7.4
+  - PHP=master enable_debug=yes enable_zts=yes
+  - PHP=8.0 enable_debug=no enable_zts=no
+  - PHP=8.0 enable_debug=yes enable_zts=no
+  - PHP=8.0 enable_debug=no enable_zts=yes
+  - PHP=8.0 enable_debug=yes enable_zts=yes
+  - CFLAGS='-O0 -g --coverage' CXXFLAGS='-O0 -g --coverage' PHP=8.0
 
 cache:
  directories:
 
 cache:
  directories:
index d28416e0a0d8ffb23a580e1aec4ef63a10bedc2b..683e46e75970d6616945ee948a6f22571cc9c35c 100755 (executable)
@@ -1,8 +1,6 @@
 #!/usr/bin/env php
 # autogenerated file; do not edit
 language: c
 #!/usr/bin/env php
 # autogenerated file; do not edit
 language: c
-sudo: false
-dist: xenial
 
 addons:
  apt:
 
 addons:
  apt:
@@ -15,20 +13,20 @@ env:
  matrix:
 <?php
 
  matrix:
 <?php
 
-$cur = "7.4";
+$cur = "8.0";
 $gen = include "./travis/pecl/gen-matrix.php";
 $env = $gen([
 $gen = include "./travis/pecl/gen-matrix.php";
 $env = $gen([
-       "PHP" => ["5.6", "7.0", "7.1", "7.2", "7.3"],
+       "PHP" => ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4"],
        "enable_debug" => "yes",
        "enable_maintainer_zts" => "yes",
 ],[
        "enable_debug" => "yes",
        "enable_maintainer_zts" => "yes",
 ],[
-       "PHP" => ["8.0", "master"],
+       "PHP" => ["master"],
        "enable_debug" => "yes",
        "enable_zts" => "yes",
 ], [
        "PHP" => $cur,
        "enable_debug",
        "enable_debug" => "yes",
        "enable_zts" => "yes",
 ], [
        "PHP" => $cur,
        "enable_debug",
-       "enable_maintainer_zts"
+       "enable_zts"
 ], [
        "CFLAGS" => "'-O0 -g --coverage'",
        "CXXFLAGS" => "'-O0 -g --coverage'",
 ], [
        "CFLAGS" => "'-O0 -g --coverage'",
        "CXXFLAGS" => "'-O0 -g --coverage'",