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 1abb7b2 commit 60596daCopy full SHA for 60596da
.github/workflows/continuous-integration.yml
@@ -32,13 +32,12 @@ jobs:
32
- "4.4.*"
33
- "5.4.*"
34
symfony-deprecations-helper:
35
- - ""
+ - "weak"
36
include:
37
# Tests the lowest set of dependencies
38
- dependencies: "lowest"
39
stability: "stable"
40
php-version: "7.2"
41
- symfony-deprecations-helper: "weak"
42
steps:
43
- name: "Checkout"
44
uses: "actions/checkout@v2"
phpunit.xml.dist
@@ -9,6 +9,10 @@
9
</testsuite>
10
</testsuites>
11
12
+ <php>
13
+ <env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
14
+ </php>
15
+
16
<filter>
17
<whitelist>
18
<directory>src</directory>
0 commit comments