diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4f7432..56bc1a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: matrix: php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] coverage: ['xdebug'] - code-style: ['no'] + code-style: ['yes'] code-analysis: ['no'] include: - php-versions: '7.1'