From a3b2c96df5d0ae95c6454b540150de10f3ca50dc Mon Sep 17 00:00:00 2001 From: Barbara-Pitt <76412907+Barbara-Pitt@users.noreply.github.com> Date: Sun, 27 Dec 2020 03:40:57 -0600 Subject: [PATCH] Update php.yml --- .github/workflows/php.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 1a3fe955..60bf36fe 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -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