Skip to content

Commit

Permalink
Ensure that dependencies are up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 29, 2023
1 parent 9c1ff0a commit 5827e50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
run: ./tools/composer validate --strict composer.json

- name: Ensure that dependencies can be installed
run: ./tools/composer install --dry-run
run: ./tools/composer install

- name: Ensure that dependencies are up-to-date
run: ./tools/composer show --minor-only --latest --direct --outdated --strict

coding-guidelines:
name: Coding Guidelines
Expand Down

0 comments on commit 5827e50

Please sign in to comment.