Skip to content

Commit 204b377

Browse files
committed
Add missing intl dependency
1 parent c87e431 commit 204b377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
2222
with:
2323
php-version: ${{ matrix.php-versions }}
24-
extensions: mbstring, xml
24+
extensions: intl, mbstring, xml
2525
tools: composer:v2
2626
coverage: pcov
2727

0 commit comments

Comments
 (0)