diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a806c08..c9728b54 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,9 +17,7 @@ jobs: fail-fast: false matrix: php: - - '7.4' - - '8.0' - - '8.1' + - '8.3' composer_options: [ "" ] steps: @@ -50,7 +48,7 @@ jobs: strategy: matrix: php: - - '8.1' + - '8.3' steps: - uses: actions/checkout@v2