Set MAILER_DSN to null://null in GitLab CI environment

This commit is contained in:
2025-12-22 13:57:01 +01:00
parent f3486e851a
commit ef89f37ec3

View File

@@ -38,6 +38,7 @@ variables:
TZ: Europe/Brussels
# avoid direct deprecations (using symfony phpunit bridge: https://symfony.com/doc/4.x/components/phpunit_bridge.html#internal-deprecations
SYMFONY_DEPRECATIONS_HELPER: max[total]=99999999&max[self]=0&max[direct]=45&verbose=0
MAILER_DSN: 'null://null'
stages:
- Composer install