From 1adaf7329486afc2c9e37aa5f2cd64f09f3682a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Sat, 18 Jun 2022 13:45:41 +0200 Subject: [PATCH] Test phpstan /w restricted php.ini conf --- .github/workflows/other-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/other-tests.yml b/.github/workflows/other-tests.yml index 8eac1ed950..c4fef2724d 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