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

PHP 8 support - closes #109

This commit is contained in:
Pavel 2021-08-19 12:14:24 +03:00
parent 7d3ae80fe7
commit a250b9d28e

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