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 0b1d8dc commit 60c43d3Copy full SHA for 60c43d3
.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:^0.17.1 --working-dir rector-local --ansi
+ - run: composer require rector/rector:^2.0 --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