Update php.yml

This commit is contained in:
Barbara-Pitt 2020-12-27 03:40:57 -06:00 committed by GitHub
parent 5fe6ddacb3
commit ea4adff8c9

View File

@ -21,6 +21,9 @@ jobs:
PHP_VERSION: ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- name: Install composer
run: composer install --prefer-dist --no-progress --no-suggest
- name: Validate composer.json and composer.lock
run: composer validate