From 0a023ffd2fc8304d32fe53e7d828d2b2e1339579 Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:12:09 +0700 Subject: [PATCH] Update .github/workflows/test-coding-standards.yml Co-authored-by: John Paul E. Balandan, CPA --- .github/workflows/test-coding-standards.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-coding-standards.yml b/.github/workflows/test-coding-standards.yml index 1866f1bbdadb..f2cb0f18755a 100644 --- a/.github/workflows/test-coding-standards.yml +++ b/.github/workflows/test-coding-standards.yml @@ -58,4 +58,6 @@ jobs: run: composer update --ansi --no-interaction - name: Run lint - run: PHP_CS_FIXER_IGNORE_ENV=1 composer cs + run: composer cs + env: + PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.php-version == "8.4" }}