Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

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 b10487c commit 4c7d7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
tools: composer:v2
extensions: ldap, mbstring, xml
extensions: intl, ldap, mbstring, xml
coverage: pcov

- name: Setup problem matchers for PHP
Expand Down

0 comments on commit 4c7d7e4

Please sign in to comment.