Add intl extension in builds

This commit is contained in:
Stéphane Goetz 2019-12-29 20:56:55 +01:00
parent 0966f90b2c
commit e06e94d09b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php-versions }}
extension-csv: mbstring, dom
extension-csv: mbstring, dom, intl
- name: Validate composer.json and composer.lock
run: composer validate