diff --git a/.github/workflows/code_checks.yaml b/.github/workflows/code_checks.yaml index cdea7e5..e598949 100644 --- a/.github/workflows/code_checks.yaml +++ b/.github/workflows/code_checks.yaml @@ -18,6 +18,8 @@ jobs: stability: 'prefer-stable' - php: '8.2' stability: 'prefer-stable' + - php: '8.3' + stability: 'prefer-stable' name: PHP ${{ matrix.php }} - ${{ matrix.stability }} tests steps: