Skip to content

Commit 311678d

Browse files
authored
Merge pull request #3508 from dunglas/depcount
Ignore FOSUser deprecations only
2 parents 0d6b9bf + 095aa8d commit 311678d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@ jobs:
20082008
fail-fast: false
20092009
timeout-minutes: 20
20102010
env:
2011-
SYMFONY_DEPRECATIONS_HELPER: max[total]=5 # 5 deprecation notices from FOSUserBundle
2011+
SYMFONY_DEPRECATIONS_HELPER: max[total]=5
20122012
steps:
20132013
- name: Checkout
20142014
uses: actions/checkout@v1

0 commit comments

Comments
 (0)