mirror of https://github.com/wallabag/wallabag.git
Merge pull request #7171 from yguedidi/disable-doctrine-depreciation-notices
Disable Doctrine depreciation notices
This commit is contained in:
commit
cb1973d4a7
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue