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
1 merge request!137refactor: upgrade to php 8 + enforce type declarations, code quality + style + fix some bugs
Pipeline #871 failed
...@@ -16,6 +16,11 @@ before_script: ...@@ -16,6 +16,11 @@ before_script:
# Install git (the php image doesn't have it) which is required by composer # Install git (the php image doesn't have it) which is required by composer
- apt-get install git -y - 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 # install rsync for file transfers
- apt-get install rsync -y - 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