From: Art4 Date: Sun, 22 Dec 2024 07:27:07 +0000 (+0000) Subject: Run PHP-CS-Fixer with PHP 8.3 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af4cac91b182b211e695192e0b5dc8f268cbc11b;p=friendica.git Run PHP-CS-Fixer with PHP 8.3 --- 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