Skip to content

Commit

Permalink
Removed strict validation of composer
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Aug 10, 2020
1 parent 7e2beaf commit c767347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none
- name: Install Composer dependencies
run: composer update --no-progress --no-suggest --prefer-dist --no-interaction
- name: Validate composer
run: composer validate --strict
run: composer validate
- name: Check composer normalized
run: composer normalize --dry-run

0 comments on commit c767347

Please sign in to comment.