From e06e40278f7d81294003511042edb8ec28f1311b Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Thu, 2 Sep 2021 00:35:19 +0530 Subject: [PATCH] Specify version in Windows nightly setup --- src/scripts/win32.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/win32.ps1 b/src/scripts/win32.ps1 index e2983964..7fdd569d 100644 --- a/src/scripts/win32.ps1 +++ b/src/scripts/win32.ps1 @@ -532,7 +532,7 @@ if ($null -eq $installed -or -not("$($installed.Version).".StartsWith(($version try { if ($version -match $nightly_versions) { Invoke-WebRequest -UseBasicParsing -Uri $php_builder/releases/latest/download/Get-PhpNightly.ps1 -OutFile $php_dir\Get-PhpNightly.ps1 > $null 2>&1 - & $php_dir\Get-PhpNightly.ps1 -Architecture $arch -ThreadSafe $ts -Path $php_dir > $null 2>&1 + & $php_dir\Get-PhpNightly.ps1 -Architecture $arch -ThreadSafe $ts -Path $php_dir -Version $version > $null 2>&1 $extra_version = " ($(Get-Content $php_dir\COMMIT))" } else { Install-Php -Version $version -Architecture $arch -ThreadSafe $ts -InstallVC -Path $php_dir -TimeZone UTC -InitialPhpIni Production -Force > $null 2>&1