diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92e9f4f4..e19a219e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: fail-fast: false matrix: php-version: - - "8.1" - - "8.2" + - "8.3" + - "8.4" steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2