Skip to content

Commit 157e755

Browse files
Merge pull request #16 from assoconnect/guillaume_rector
Update php-quality-config usage
2 parents bfe9f8b + 08348b5 commit 157e755

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232

3333
- run: vendor/bin/phpstan
3434
if: ${{ failure() || success() }}
35-
35+
36+
- run: vendor/bin/rector process --dry-run
37+
if: ${{ failure() || success() }}
38+
3639
- run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover ./clover.xml --log-junit ./phpunit.report.xml
3740
if: ${{ failure() || success() }}
3841

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
}
2323
},
2424
"require-dev": {
25-
"assoconnect/php-quality-config": "^1.0",
26-
"rector/rector": "^1.2"
25+
"assoconnect/php-quality-config": "^1.16"
2726
},
2827
"require": {
2928
"php": "^7.4|^8.0",

0 commit comments

Comments
 (0)