Skip to content

Commit 9ff978c

Browse files
authored
Merge pull request #63 from neilime/ci/fix-publish
ci: fix publish
2 parents 9577608 + 685ad66 commit 9ff978c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
uses: shivammathur/setup-php@v2
4343
with:
4444
php-version: 8.1
45-
extensions: json
45+
extensions: mbstring
46+
coverage: pcov
4647

4748
- name: ♻️ Get composer cache directory
4849
id: composer-cache

0 commit comments

Comments
 (0)