We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce23b0 commit 094a79bCopy full SHA for 094a79b
.github/workflows/ci.yaml
@@ -11,7 +11,11 @@ env:
11
PHPUNIT_FLAGS: "-v"
12
SYMFONY_PHPUNIT_DIR: "$HOME/symfony-bridge/.phpunit"
13
SYMFONY_REQUIRE: ">=4.4"
14
- SYMFONY_DEPRECATIONS_HELPER: 3
+ # 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
19
20
jobs:
21
test:
0 commit comments