Disable Doctrine depreciation notices

This commit is contained in:
Yassine Guedidi 2024-01-09 21:46:58 +01:00
parent beb3da80d2
commit c73d694ee2

View file

@ -8,6 +8,8 @@ on:
- "2.**"
env:
# Force disabling the reporting of Doctrine deprecation notices for now
DOCTRINE_DEPRECATIONS: none
PGPASSWORD: wallabagrocks
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}