Set nightly versions to 8.2 and newer

This commit is contained in:
Shivam Mathur
2021-12-06 10:13:24 +05:30
parent fe438f8e25
commit cf36ddc55e
2 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ $composer_lock = "$env:APPDATA\Composer\composer.lock"
$current_profile = "$env:TEMP\setup-php.ps1"
$ProgressPreference = 'SilentlyContinue'
$jit_versions = '8.[0-9]'
$nightly_versions = '8.[1-9]'
$nightly_versions = '8.[2-9]'
$enable_extensions = ('openssl', 'curl', 'mbstring')
$arch = 'x64'