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 d8064b3 commit d4dd4caCopy full SHA for d4dd4ca
.github/workflows/tests.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Setup PHP
28
uses: shivammathur/setup-php@v2
29
with:
30
+ extensions: mbstring, intl
31
php-version: ${{ matrix.php }}
32
tools: composer:v2
33
coverage: none
0 commit comments