Skip to content

Commit

Permalink
Merge branch '9.6' into 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 29, 2023
2 parents 5c4ad68 + 7000410 commit 9e39cfb
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 outdated --no-ansi --strict
run: ./tools/composer install --no-ansi --dry-run

coding-guidelines:
name: Coding Guidelines
Expand Down

0 comments on commit 9e39cfb

Please sign in to comment.