Skip to content

Commit 7f7c818

Browse files
committed
Add composer diagnose to check github rate limiting
1 parent 038ef4b commit 7f7c818

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646

47+
- name: "Composer diagnostics"
48+
run: "composer diagnose"
49+
4750
- name: "Install lowest dependencies"
4851
if: ${{ matrix.dependencies == 'lowest' }}
4952
run: "composer update --prefer-lowest --no-interaction --no-progress"

0 commit comments

Comments
 (0)