From: Michael Wallner Date: Mon, 9 Aug 2021 09:01:48 +0000 (+0200) Subject: gh-actions: ignore E_DEPRECATED for master X-Git-Tag: v4.2.0~5 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=54f4f026b7379f02786b4f074f4d248c4b3e1ebc gh-actions: ignore E_DEPRECATED for master --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e56d83..6e0dc3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 7cbbdfb..f36cf5f 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -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