diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5aa0ef..9832126 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [7.0, 7.1, 7.2, 7.3, 7.4, 8.0] + php: [7.0, 7.1, 7.2, 7.3, 7.4] steps: - uses: actions/checkout@v2