ci(tests): install intl php extension

This commit is contained in:
Yassine Doghri 2021-05-06 15:34:16 +00:00
parent 5c5c6da4be
commit b691b927fe
No known key found for this signature in database
GPG Key ID: 3E7F89498B960C9F
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ before_script:
# Install git (the php image doesn't have it) which is required by composer
- apt-get install git -y
- apt-get install -y libicu-dev
# Install intl PHP extension
- docker-php-ext-install intl
# install rsync for file transfers
- apt-get install rsync -y