Skip to content

Commit

Permalink
Add strict outdated package checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin de Keijzer committed Mar 1, 2021
1 parent 3169eee commit d896e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-monday.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest
run: composer update --prefer-dist --no-progress --no-suggest

- name: Find and report outdated dependencies
run: composer outdated --direct
run: composer outdated --direct --strict

0 comments on commit d896e2b

Please sign in to comment.