From 02867a791198f673315a831c1554ec172bdd418c Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean Date: Wed, 6 Nov 2024 11:06:23 +0700 Subject: [PATCH] refactor: revert back to maximum PHP8.3 on php-cs-fixer --- .github/workflows/test-coding-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-coding-standards.yml b/.github/workflows/test-coding-standards.yml index 49842daa053f..f30475a76dba 100644 --- a/.github/workflows/test-coding-standards.yml +++ b/.github/workflows/test-coding-standards.yml @@ -29,7 +29,7 @@ jobs: matrix: php-version: - '8.1' - - '8.4' + - '8.3' steps: - name: Checkout