We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babad16 commit cda8feaCopy full SHA for cda8fea
.github/workflows/tests.yml
@@ -21,6 +21,8 @@ jobs:
21
- php-version: "8.4"
22
dependencies: lowest
23
fail-fast: false
24
+ env:
25
+ SYMFONY_DEPRECATIONS_HELPER: ${{ matrix.dependencies == 'lowest' && 'disabled=1' || '' }}
26
27
services:
28
mysql:
0 commit comments