Browse Source

Update php.yml

pull/40/head
Barbara-Pitt 3 years ago
committed by GitHub
parent
commit
a3b2c96df5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/php.yml

3
.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

Loading…
Cancel
Save