diff --git a/.github/workflows/rector.yml b/.github/workflows/rector.yml index adacd73..35411d0 100644 --- a/.github/workflows/rector.yml +++ b/.github/workflows/rector.yml @@ -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'] diff --git a/composer.json b/composer.json index 7406c97..05ae3d7 100644 --- a/composer.json +++ b/composer.json @@ -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",