diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41d269a88..076fbe66f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,6 @@ jobs: matrix: php_version: [7.2, 7.3, 7.4] experimental: [false] - include: - - php_version: 8.0 - experimental: true steps: - name: Check out repository code