Skip to content

Commit

Permalink
Moved rector to dev-main waiting for official support for PHPStan2
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Nov 23, 2024
1 parent 50fa5e4 commit e3a987f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: composer install --prefer-dist --no-progress --ignore-platform-req=ext-*

- name: Requiring rector
run: composer require rector/rector --dev
run: composer require rector/rector dev-main --dev

- name: Rector
run: php vendor/bin/rector -c .rector.php process --dry-run

0 comments on commit e3a987f

Please sign in to comment.