feat: add intl
This commit is contained in:
parent
3c1b6b8de4
commit
f5b460c650
|
|
@ -25,7 +25,11 @@ jobs:
|
|||
DB_DATABASE: ":memory:"
|
||||
with:
|
||||
args: >
|
||||
bash -c "composer install --no-interaction --ignore-platform-req=ext-intl
|
||||
bash -lc "apt-get update
|
||||
&& apt-get install -y --no-install-recommends libicu-dev
|
||||
&& docker-php-ext-install intl
|
||||
&& php -m | grep -qi '^intl$'
|
||||
&& composer install --no-interaction --prefer-dist
|
||||
&& php artisan test --compact"
|
||||
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue