We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11826e1 commit c96ccdfCopy full SHA for c96ccdf
.github/workflows/ci_build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup PHP Action
19
uses: shivammathur/setup-php@v2
20
with:
21
- extensions: intl
+ extensions: intl, mbstring
22
php-version: "${{ matrix.php-versions }}"
23
coverage: xdebug
24
- name: Setup MySQL
0 commit comments