mirror of
https://github.com/wallabag/wallabag.git
synced 2025-04-25 19:34:07 +00:00
Merge pull request #7171 from yguedidi/disable-doctrine-depreciation-notices
Disable Doctrine depreciation notices
This commit is contained in:
commit
cb1973d4a7
1 changed files with 2 additions and 0 deletions
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 }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue