From af4cac91b182b211e695192e0b5dc8f268cbc11b Mon Sep 17 00:00:00 2001 From: Art4 Date: Sun, 22 Dec 2024 07:27:07 +0000 Subject: [PATCH] Run PHP-CS-Fixer with PHP 8.3 --- .github/workflows/code-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 7a7ff39f2e..d7bd23aaa3 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: operating-system: ['ubuntu-latest'] - php: ['8.4'] + php: ['8.3'] steps: - name: Checkout