forked from wallabag/wallabag
Disable Doctrine depreciation notices
This commit is contained in:
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
@ -8,6 +8,8 @@ on:
|
|||||||
- "2.**"
|
- "2.**"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
# Force disabling the reporting of Doctrine deprecation notices for now
|
||||||
|
DOCTRINE_DEPRECATIONS: none
|
||||||
PGPASSWORD: wallabagrocks
|
PGPASSWORD: wallabagrocks
|
||||||
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user