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 1cd5e0a commit 61c10e6Copy full SHA for 61c10e6
.github/workflows/lint.yaml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
strategy:
29
matrix:
30
- php-version: ['8.0']
+ php-version: ['8.1']
31
32
steps:
33
- name: "Checkout code"
.github/workflows/tests.yaml
@@ -11,11 +11,7 @@ env:
11
PHPUNIT_FLAGS: "-v"
12
SYMFONY_PHPUNIT_DIR: "$HOME/symfony-bridge/.phpunit"
13
SYMFONY_REQUIRE: ">=6.0"
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: 6
+ SYMFONY_DEPRECATIONS_HELPER: 7
19
20
jobs:
21
test:
0 commit comments