Skip to content

Commit

Permalink
fix(ci): missing php dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 25, 2023
1 parent 01288b7 commit 6c01670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: curl, mbstring, zip, fileinfo
extensions: curl, mbstring, zip, fileinfo, decimal
ini-values: error_reporting=E_ALL
tools: composer:v2
coverage: none
Expand Down

0 comments on commit 6c01670

Please sign in to comment.