diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d7cf212..aaa7d4c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,8 +14,7 @@ jobs: strategy: matrix: php-version: - - 7.2 - - 7.3 + - 7.4 - 8.2 steps: - name: Checkout