1
0
mirror of synced 2024-11-21 21:06:07 +03:00

PHP 8 support

This commit is contained in:
Alex Lushpai 2021-08-19 12:39:33 +03:00 committed by GitHub
commit 3d666332c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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