feat: add intl
This commit is contained in:
parent
3c1b6b8de4
commit
f5b460c650
|
|
@ -25,7 +25,11 @@ jobs:
|
||||||
DB_DATABASE: ":memory:"
|
DB_DATABASE: ":memory:"
|
||||||
with:
|
with:
|
||||||
args: >
|
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"
|
&& php artisan test --compact"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue