Skip to content

Commit

Permalink
Add missing intl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 16, 2022
1 parent cda44ed commit c4991f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, xml
extensions: intl, mbstring, xml
tools: composer:v2
coverage: pcov

Expand Down

0 comments on commit c4991f6

Please sign in to comment.