diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75f03e1..30ff6e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4] + php: [7.4, 8.0, 8.1, 8.2, 8.3] runs-on: ubuntu-latest steps: - name: Checkout repository