Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test phpstan /w restricted php.ini conf #7488

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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