Skip to content

Commit 37f4aab

Browse files
committed
Improve regex
1 parent a3b0be8 commit 37f4aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ jobs:
371371
git clone https://github.com/phpstan/phpstan-src
372372
cd phpstan-src
373373
git checkout d02cc99d4480a203a2dbe54a5ded2da016266b11
374-
sed 's/80399/89999/g' -i conf/parametersSchema.neon
374+
sed -E 's/phpVersion(.*)max[^)]+/phpVersion\1max(89999/g' conf/parametersSchema.neon -i
375375
php /usr/bin/composer install --no-progress --ignore-platform-reqs
376376
export ASAN_OPTIONS=exitcode=139
377377
php $GITHUB_WORKSPACE/.github/patch.php bin/phpstan clear-result-cache

0 commit comments

Comments
 (0)