diff --git a/.github/workflows/other-tests.yml b/.github/workflows/other-tests.yml index 8eac1ed950..23a82b0238 100644 --- a/.github/workflows/other-tests.yml +++ b/.github/workflows/other-tests.yml @@ -290,6 +290,8 @@ jobs: cd e2e/bug7441 composer install ../../phpstan analyse -c app/phpstan.neon + php -d disable_functions=pcntl_exec,pcntl_fork,exec,passthru,proc_open,shell_exec,system,popen ../../phpstan analyse -c app/phpstan.neon + php -d open_basedir="$(pwd),/tmp" ../../phpstan analyse -c app/phpstan.neon steps: - name: "Checkout" uses: actions/checkout@v3