Skip to content

Commit cda8fea

Browse files
authored
disable deprecatipns for lower
1 parent babad16 commit cda8fea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- php-version: "8.4"
2222
dependencies: lowest
2323
fail-fast: false
24+
env:
25+
SYMFONY_DEPRECATIONS_HELPER: ${{ matrix.dependencies == 'lowest' && 'disabled=1' || '' }}
2426

2527
services:
2628
mysql:

0 commit comments

Comments
 (0)