diff --git a/.github/workflows/other-tests.yml b/.github/workflows/other-tests.yml index c4fef2724d..e8cb32c226 100644 --- a/.github/workflows/other-tests.yml +++ b/.github/workflows/other-tests.yml @@ -289,9 +289,7 @@ jobs: script: | 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