From e1c703d6ac09e99984710e8b536db7122887e9e7 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 27 Aug 2024 14:17:37 +0545 Subject: [PATCH] chore: run cs-fixer on all PHP versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'