Skip to content

Improve jit tests #12425

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

Closed
wants to merge 15 commits into from
Prev Previous commit
Next Next commit
Improve regex
  • Loading branch information
danog committed Oct 11, 2023
commit 37f4aabc8b8eeefc29a196ed19ce4d93316dba97
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
git clone https://github.com/phpstan/phpstan-src
cd phpstan-src
git checkout d02cc99d4480a203a2dbe54a5ded2da016266b11
sed 's/80399/89999/g' -i conf/parametersSchema.neon
sed -E 's/phpVersion(.*)max[^)]+/phpVersion\1max(89999/g' conf/parametersSchema.neon -i
php /usr/bin/composer install --no-progress --ignore-platform-reqs
export ASAN_OPTIONS=exitcode=139
php $GITHUB_WORKSPACE/.github/patch.php bin/phpstan clear-result-cache
Expand Down