We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b0be8 commit 37f4aabCopy full SHA for 37f4aab
.github/workflows/nightly.yml
@@ -371,7 +371,7 @@ jobs:
371
git clone https://github.com/phpstan/phpstan-src
372
cd phpstan-src
373
git checkout d02cc99d4480a203a2dbe54a5ded2da016266b11
374
- sed 's/80399/89999/g' -i conf/parametersSchema.neon
+ sed -E 's/phpVersion(.*)max[^)]+/phpVersion\1max(89999/g' conf/parametersSchema.neon -i
375
php /usr/bin/composer install --no-progress --ignore-platform-reqs
376
export ASAN_OPTIONS=exitcode=139
377
php $GITHUB_WORKSPACE/.github/patch.php bin/phpstan clear-result-cache
0 commit comments