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.
2 parents ddc9cc2 + aff803f commit 97b18e9Copy full SHA for 97b18e9
src/SPC/builder/unix/UnixBuilderBase.php
@@ -271,6 +271,7 @@ protected function buildFrankenphp(): void
271
$releaseInfo = json_decode(Downloader::curlExec(
272
'https://api.github.com/repos/php/frankenphp/releases/latest',
273
hooks: [[CurlHook::class, 'setupGithubToken']],
274
+ retries: 3,
275
), true);
276
$frankenPhpVersion = $releaseInfo['tag_name'];
277
$libphpVersion = $this->getPHPVersion();
0 commit comments