feat : try fix ci

This commit is contained in:
Leon 2026-01-13 16:34:36 +01:00
parent 09c5262dfe
commit 327fec6adc
1 changed files with 5 additions and 3 deletions

View File

@ -15,6 +15,8 @@ test:
DB_DATABASE: ":memory:" DB_DATABASE: ":memory:"
before_script: before_script:
- apt-get update && apt-get install -y libicu-dev
- docker-php-ext-configure intl && docker-php-ext-install intl
- composer install --no-interaction --prefer-dist - composer install --no-interaction --prefer-dist
script: script: