Merge pull request #7171 from yguedidi/disable-doctrine-depreciation-notices

Disable Doctrine depreciation notices
This commit is contained in:
Yassine Guedidi 2024-01-10 12:59:15 +01:00 committed by GitHub
commit cb1973d4a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }}