Skip to content

Commit d23401d

Browse files
committed
Add mbstring to Github Actions
1 parent 8b9b66b commit d23401d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616

1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v1
19-
with:
19+
with:
2020
php-version: ${{ matrix.php-versions }}
21+
extensions: mbstring
2122

2223
- name: Validate composer.json
2324
run: composer validate

0 commit comments

Comments
 (0)