Update php.yml

This commit is contained in:
Barbara-Pitt 2020-12-27 03:40:57 -06:00 committed by GitHub
parent 63ec76a0b0
commit a3b2c96df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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