gh-actions: ignore E_DEPRECATED for master
[m6w6/ext-http] / .github / workflows / ci.yml
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