diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index 6420c68..47956aa 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ '8.0', '8.1', '8.2', '8.3' ] + php: [ '8.0', '8.1', '8.2' ] name: PHP ${{ matrix.php }} steps: - uses: actions/checkout@v2