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 98ae6ef commit b7f091fCopy full SHA for b7f091f
test/tests/Install-Enable-Extensions.Tests.ps1
@@ -7,6 +7,7 @@
7
<# I don't know how to setup the VCRedist 2017 on nanoserver: let's skip PHP 7.2 on it #>
8
if (Join-Path -Path $Env:windir -ChildPath System32\imm32.dll | Test-Path -PathType Leaf) {
9
$testCases += @{version = '7.2'; path = (Join-Path -Path $Global:PHPMANAGER_TESTINSTALLS -ChildPath (New-Guid).Guid)}
10
+ $testCases += @{version = '8.3'; path = (Join-Path -Path $Global:PHPMANAGER_TESTINSTALLS -ChildPath (New-Guid).Guid)}
11
}
12
foreach ($testCase in $testCases) {
13
if (Test-Path -LiteralPath $testCase.path) {
0 commit comments