Skip to content

Commit

Permalink
test phpstan /w restricted php.ini conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jun 18, 2022
1 parent 5410365 commit fd24866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/other-tests.yml
Expand Up @@ -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
Expand Down

0 comments on commit fd24866

Please sign in to comment.