We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8083a42 commit 78e297aCopy full SHA for 78e297a
.github/workflows/integrate.yaml
@@ -106,6 +106,7 @@ jobs:
106
- "8.0"
107
- "8.1"
108
- "8.2"
109
+ - "8.3"
110
dependencies:
111
- "lowest"
112
- "highest"
bin/phpunit-wrapper.php
@@ -38,7 +38,7 @@
38
exit;
39
}
40
41
- $arguments = unserialize($command);
+ $arguments = unserialize(trim($command));
42
(new PHPUnit\TextUI\Command())->run($arguments, false);
43
44
fwrite($writeTo, WrapperWorker::TEST_EXECUTED_MARKER);
0 commit comments