Skip to content

Commit 60c43d3

Browse files
committed
fix version
1 parent 0b1d8dc commit 60c43d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downgraded_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# get rector to "rector-local" directory, to avoid downgrading itself in the /vendor
3333
- run: mkdir rector-local
34-
- run: composer require rector/rector:^0.17.1 --working-dir rector-local --ansi
34+
- run: composer require rector/rector:^2.0 --working-dir rector-local --ansi
3535

3636
# downgrade to PHP 7.4
3737
- run: rector-local/vendor/bin/rector process src config --config build/rector-downgrade-php.php --ansi

0 commit comments

Comments
 (0)