Skip to content

Commit 368d7ce

Browse files
CI: Show dependencies
1 parent cd3c03e commit 368d7ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,8 @@ jobs:
7474
# Use "update" instead of "install" since it allows using the "--prefer-lowest" option
7575
run: composer update ${{ matrix.composer-flags }}
7676

77+
- name: Show Composer dependencies
78+
run: composer show
79+
7780
- name: Run tests
7881
run: php ./vendor/bin/phpunit --testdox

0 commit comments

Comments
 (0)