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 8156430 commit 1a36b59Copy full SHA for 1a36b59
.github/workflows/downgraded_release.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
# get rector to "rector-local" directory, to avoid downgrading itself in the /vendor
33
- run: mkdir rector-local
34
- - run: composer require rector/rector:^2.0 --working-dir rector-local --ansi
+ - run: composer require rector/rector-src:dev-bump-phpstan-2118 --working-dir rector-local --ansi
35
36
# downgrade to PHP 7.4
37
- run: rector-local/vendor/bin/rector process src config --config build/rector-downgrade-php.php --ansi
0 commit comments