diff --git a/.github/workflows/phpci.yml b/.github/workflows/phpci.yml index 1ca1536..407002f 100644 --- a/.github/workflows/phpci.yml +++ b/.github/workflows/phpci.yml @@ -66,7 +66,7 @@ jobs: matrix: command: - "test:phpcs" - - "test:rector", + - "test:rector" - "test:phpcompatibility" - "test:phpmd" - "test:phpstan"