Skip to content

Commit

Permalink
Show composer versions used in highest test (#5171)
Browse files Browse the repository at this point in the history
* Show composer versions used in highest test

* Add a why

* non-interactive
  • Loading branch information
weitzman committed Jun 23, 2022
1 parent d5b7101 commit f5e5029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -124,8 +124,8 @@ jobs:
- run: composer -n config platform.php --unset
- run: composer -n require --dev drupal/core-recommended:10.0.x-dev --no-update
- run: composer -n update
- run: composer info consolidation/*
- run: composer info psr/*
- run: composer -n show
- run: composer -n why guzzlehttp/guzzle
- run: mkdir -p /tmp/results
- run: composer -n lint
- run: composer -n unit -- --log-junit /tmp/results/unit.junit.xml
Expand Down

0 comments on commit f5e5029

Please sign in to comment.