Added docs

This commit is contained in:
Markus Staab 2020-01-28 23:24:56 +01:00 committed by GitHub
parent 5d4e1052d8
commit 0e988d16b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,10 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v1
with:
php-version: 7.2
php-version: ${{ matrix.php }}
coverage: none # disable xdebug, pcov
# report phpunit errors into files-changed PR tab
# https://github.com/actions/toolkit/blob/master/docs/problem-matchers.md
- name: Setup Problem Matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"