Update tests.yml

This commit is contained in:
Jan Böhmer 2020-05-25 21:37:54 +02:00 committed by GitHub
parent f68b0dc22e
commit c518f97121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,10 +23,6 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
coverage: xdebug
tools: php-cs-fixer, phpunit
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install composer dependencies
run: composer install --prefer-dist --no-progress