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 38ec03f commit aff803fCopy full SHA for aff803f
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