Skip to content

Commit 85ad15b

Browse files
authored
Update minimum PowerShell Core version to 7.2.11 as 7.0 is now EOL (#1872)
* Update PSScriptAnalyzer.psm1 * use latest patch version 7.2.11
1 parent b0383ee commit 85ad15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/PSScriptAnalyzer.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $PSModuleRoot = $PSModule.ModuleBase
99

1010
# Import the appropriate nested binary module based on the current PowerShell version
1111
$binaryModuleRoot = $PSModuleRoot
12-
[Version] $minimumPowerShellCoreVersion = '7.0.11'
12+
[Version] $minimumPowerShellCoreVersion = '7.2.11'
1313
if ($PSVersionTable.PSVersion.Major -ge 6) {
1414
$binaryModuleRoot = Join-Path -Path $PSModuleRoot -ChildPath "PSv$($PSVersionTable.PSVersion.Major)"
1515
# Minimum PowerShell Core version given by PowerShell Core support itself and

0 commit comments

Comments
 (0)