Skip to content

Commit

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

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

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

coding-guidelines:
name: Coding Guidelines
Expand Down

0 comments on commit 539165b

Please sign in to comment.