Skip to content
Snippets Groups Projects
Unverified Commit b691b927 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

ci(tests): install intl php extension

parent 5c5c6da4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment