add missing intl extension for scrutinizer
This commit is contained in:
parent
e06e94d09b
commit
1c4cadf826
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user