Add intl extension in builds
This commit is contained in:
parent
0966f90b2c
commit
e06e94d09b
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user