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 709a67f commit 1bcb358Copy full SHA for 1bcb358
.github/workflows/tests.yml
@@ -31,6 +31,7 @@ jobs:
31
uses: shivammathur/setup-php@v2
32
with:
33
php-version: ${{ matrix.php }}
34
+ extensions: bcmath, json, mbstring, intl
35
coverage: none
36
37
- name: Update composer
0 commit comments