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

@ -23,6 +23,7 @@ jobs:
with: with:
php-version: ${{ matrix.php-versions }} php-version: ${{ matrix.php-versions }}
coverage: pcov coverage: pcov
extensions: mbstring, intl, gd, xsl, gmp, bcmath
- name: Install composer dependencies - name: Install composer dependencies
run: composer install --prefer-dist --no-progress run: composer install --prefer-dist --no-progress