Skip to content

Commit 61c10e6

Browse files
committed
More GitHub actions config updates
1 parent 1cd5e0a commit 61c10e6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
php-version: ['8.0']
30+
php-version: ['8.1']
3131

3232
steps:
3333
- name: "Checkout code"

.github/workflows/tests.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ env:
1111
PHPUNIT_FLAGS: "-v"
1212
SYMFONY_PHPUNIT_DIR: "$HOME/symfony-bridge/.phpunit"
1313
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
14+
SYMFONY_DEPRECATIONS_HELPER: 7
1915

2016
jobs:
2117
test:

0 commit comments

Comments
 (0)