diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e64e98..640939e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,10 @@ jobs: - run: vendor/bin/phpstan if: ${{ failure() || success() }} - + + - run: vendor/bin/rector process --dry-run + if: ${{ failure() || success() }} + - run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover ./clover.xml --log-junit ./phpunit.report.xml if: ${{ failure() || success() }} diff --git a/composer.json b/composer.json index 2b150c6..49789df 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,7 @@ } }, "require-dev": { - "assoconnect/php-quality-config": "^1.0", - "rector/rector": "^1.2" + "assoconnect/php-quality-config": "^1.16" }, "require": { "php": "^7.4|^8.0",