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.
ROADRUNNER_BINARY
1 parent 77eb97a commit 728df25Copy full SHA for 728df25
testing/src/SystemInfo.php
@@ -67,7 +67,7 @@ public static function detect(): self
67
self::PLATFORM_MAPPINGS[$os],
68
self::ARCHITECTURE_MAPPINGS[Architecture::createFromGlobals()],
69
self::TEMPORAL_EXECUTABLE_MAP[$os],
70
- self::RR_EXECUTABLE_MAP[$os],
+ \getenv('ROADRUNNER_BINARY') ?: self::RR_EXECUTABLE_MAP[$os],
71
self::TEMPORAL_CLI_EXECUTABLE_MAP[$os],
72
);
73
}
0 commit comments