Update tests.yml

This commit is contained in:
Jan Böhmer 2020-05-25 22:02:57 +02:00 committed by GitHub
parent 3470f71892
commit 38dd55d4f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
coverage: pcov
coverage: pcov
extensions: mbstring, intl, gd, xsl, gmp, bcmath
- name: Install composer dependencies
run: composer install --prefer-dist --no-progress