Skip to content

Commit

Permalink
Fix: Enable intl extension
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 19, 2022
1 parent a298ec2 commit 046bdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Expand Up @@ -248,7 +248,7 @@ jobs:
uses: "shivammathur/setup-php@2.22.0"
with:
coverage: "xdebug"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
extensions: "none, ctype, dom, intl, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
php-version: "${{ matrix.php-version }}"

- name: "Set up problem matchers for PHP"
Expand Down

0 comments on commit 046bdbb

Please sign in to comment.