Skip to content

Commit

Permalink
fix config name
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 12, 2024
1 parent ad3929c commit db2e9f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downgraded_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: composer require rector/rector --working-dir rector-local --ansi

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

# clear the dev files
- run: rm -rf tests ecs.php phpstan.neon phpunit.xml .gitignore .editorconfig
Expand Down
File renamed without changes.

0 comments on commit db2e9f5

Please sign in to comment.