diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 19c02cc..61339f3 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.4', '8.0', '8.1'] + php: ['8.1', '8.2'] name: PHP ${{ matrix.php }} tests steps: