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 eff8fcc commit bde2ecd
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, memcached, xml
extensions: intl, mbstring, memcached, xml
coverage: pcov

- name: Setup problem matchers for PHP
Expand Down

0 comments on commit bde2ecd

Please sign in to comment.