ci(tests): install intl php extension

This commit is contained in:
Yassine Doghri 2021-05-06 15:34:16 +00:00
commit b691b927fe
No known key found for this signature in database
GPG key ID: 3E7F89498B960C9F

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