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 281b958 commit e49a5d7Copy full SHA for e49a5d7
1 file changed
src/SPC/store/source/PhpSource.php
@@ -20,7 +20,7 @@ class PhpSource extends CustomSourceBase
20
21
public function fetch(bool $force = false, ?array $config = null, int $lock_as = SPC_DOWNLOAD_SOURCE): void
22
{
23
- $major = defined('SPC_BUILD_PHP_VERSION') ? SPC_BUILD_PHP_VERSION : '8.4';
+ $major = defined('SPC_BUILD_PHP_VERSION') ? SPC_BUILD_PHP_VERSION : '8.5';
24
if ($major === 'git') {
25
Downloader::downloadSource('php-src', ['type' => 'git', 'url' => 'https://github.com/php/php-src.git', 'rev' => 'master'], $force);
26
} else {
0 commit comments