Skip to content

Commit b7f091f

Browse files
authored
Try installing extensions on PHP 8.3 too (#130)
1 parent 98ae6ef commit b7f091f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tests/Install-Enable-Extensions.Tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<# I don't know how to setup the VCRedist 2017 on nanoserver: let's skip PHP 7.2 on it #>
88
if (Join-Path -Path $Env:windir -ChildPath System32\imm32.dll | Test-Path -PathType Leaf) {
99
$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)}
1011
}
1112
foreach ($testCase in $testCases) {
1213
if (Test-Path -LiteralPath $testCase.path) {

0 commit comments

Comments
 (0)