From a250b9d28e06cadfe69b196a5870ed0855d5620e Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Thu, 19 Aug 2021 12:14:24 +0300 Subject: [PATCH] PHP 8 support - closes #109 --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3be8a2f..2aa478a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.3', '7.4'] -# TODO These dependencies blocks PHP 8.0 support for us: -# - `liip/serializer` and `liip/metadata-parser` - shouldn't be a big deal. It's clearly possible to fix that. -# - `phpmd/phpmd` - doesn't work for PHP 8.0 (it won't find any errors). Requires big changes in its dependencies, but work is already being done. -# php-version: ['7.3', '7.4', '8.0'] + php-version: ['7.3', '7.4', '8.0'] steps: - name: Check out code into the workspace uses: actions/checkout@v2