Skip to content

Commit

Permalink
add missing intl extension for scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Dec 29, 2019
1 parent e06e94d commit 1c4cadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: shivammathur/setup-php@master
with:
php-version: 7.4
extension-csv: mbstring, xdebug, dom
extension-csv: mbstring, xdebug, dom, intl
coverage: xdebug

- name: Install dependencies
Expand Down

0 comments on commit 1c4cadf

Please sign in to comment.