gh-actions: ignore E_DEPRECATED for master
authorMichael Wallner <mike@php.net>
Mon, 9 Aug 2021 09:01:48 +0000 (11:01 +0200)
committerMichael Wallner <mike@php.net>
Mon, 9 Aug 2021 09:01:48 +0000 (11:01 +0200)
.github/workflows/ci.yml
scripts/gen_github_workflow_ci.php

index 5e56d837a713d387c5985cd4e4c7f49989c568b6..6e0dc3d4f3d73506c0e1bda90e1167aee3c1fb66 100644 (file)
@@ -15,6 +15,7 @@ jobs:
       enable_debug: "yes"
       enable_zts: "yes"
       enable_iconv: "yes"
+      TEST_PHP_ARGS: "-d error_reporting=24575"
     runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
index 7cbbdfb056640a729137a915bd3d9db77bfc2d53..f36cf5f3a411f2a0466a0d8d6b4cc025c2978ad8 100755 (executable)
@@ -19,6 +19,7 @@ $job = $gen->github([
     "enable_debug" => "yes",
     "enable_zts" => "yes",
     "enable_iconv" => "yes",
+    "TEST_PHP_ARGS" => "-d error_reporting=24575" // ignore E_DEPRECATED
 ], 
 "cur-none" => [
 // everything disabled for current