Skip to content

Commit

Permalink
Update rector/rector requirement from ^0.18 to ^0.19 (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
dependabot[bot] and vjik authored Jan 10, 2024
1 parent eb163eb commit 49d57b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ name: rector
jobs:
rector:
uses: yiisoft/actions/.github/workflows/rector.yml@master
secrets:
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
with:
os: >-
['ubuntu-latest']
php: >-
['8.0']
['8.3']
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"require-dev": {
"maglnet/composer-require-checker": "^4.3",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.18",
"rector/rector": "^0.19",
"roave/infection-static-analysis-plugin": "^1.25|^1.31",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.30|^5.8",
Expand Down

0 comments on commit 49d57b2

Please sign in to comment.