Skip to content

Commit

Permalink
Revert Rector version to 0.17 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayw-geek authored Oct 20, 2023
1 parent a7ee707 commit a8f1ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/downgraded_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: mkdir rector-local
-
if: env.NEEDED_DOWNGRADE == '1'
run: composer require rector/rector --working-dir rector-local --ansi
run: composer require rector/rector ^0.17 --working-dir rector-local --ansi

# downgrade to PHP 7.2
-
Expand Down
2 changes: 1 addition & 1 deletion full-tool-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rm -rf tests

# downgrade with rector
mkdir rector-local
composer require rector/rector --working-dir rector-local
composer require rector/rector ^0.17 --working-dir rector-local
rector-local/vendor/bin/rector process bin src packages vendor --config build/rector-downgrade-php-72.php --ansi

# prefix
Expand Down

0 comments on commit a8f1ca0

Please sign in to comment.