mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
zig version 0.15.2 for now
This commit is contained in:
@@ -82,6 +82,7 @@ class Zig extends CustomPackage
|
|||||||
if (!$latest_version) {
|
if (!$latest_version) {
|
||||||
throw new DownloaderException('Could not determine latest Zig version');
|
throw new DownloaderException('Could not determine latest Zig version');
|
||||||
}
|
}
|
||||||
|
$latest_version = '0.15.2';
|
||||||
|
|
||||||
logger()->info("Installing Zig version {$latest_version}");
|
logger()->info("Installing Zig version {$latest_version}");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user