Skip to content

Commit cff20bd

Browse files
committed
Debugging something weird with composer public keys
1 parent 7f7c818 commit cff20bd

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 force self-update"
48+
run: "composer self-update"
49+
4750
- name: "Composer diagnostics"
4851
run: "composer diagnose"
4952

0 commit comments

Comments
 (0)