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 01288b7 commit 6c01670Copy full SHA for 6c01670
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: shivammathur/setup-php@v2
27
with:
28
php-version: ${{ matrix.php }}
29
- extensions: curl, mbstring, zip, fileinfo
+ extensions: curl, mbstring, zip, fileinfo, decimal
30
ini-values: error_reporting=E_ALL
31
tools: composer:v2
32
coverage: none
0 commit comments