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