Skip to content

Commit 094a79b

Browse files
committed
Allow more deprecation messages
1 parent bce23b0 commit 094a79b

File tree

2 files changed

+266
-259
lines changed

2 files changed

+266
-259
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ env:
1111
PHPUNIT_FLAGS: "-v"
1212
SYMFONY_PHPUNIT_DIR: "$HOME/symfony-bridge/.phpunit"
1313
SYMFONY_REQUIRE: ">=4.4"
14-
SYMFONY_DEPRECATIONS_HELPER: 3
14+
# 40x: Since symfony/monolog-bridge 5.2:
15+
# Passing an actionLevel (int|string) as constructor's 3rd argument of
16+
# "Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy"
17+
# is deprecated, "Monolog\Handler\FingersCrossed\ActivationStrategyInterface" expected.
18+
SYMFONY_DEPRECATIONS_HELPER: 40
1519

1620
jobs:
1721
test:

0 commit comments

Comments
 (0)