feat: add intl
Laravel CI-CD / Tests Unitaires (push) Successful in 1m29s Details
Laravel CI-CD / Deploy with Kamal (push) Successful in 1m51s Details

This commit is contained in:
Leon Morival 2026-05-22 10:41:34 +02:00
parent 3c1b6b8de4
commit f5b460c650
1 changed files with 5 additions and 1 deletions

View File

@ -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: