Skip to content

Commit 9dd57aa

Browse files
authored
Merge pull request #729 from Ana06/testedVersions
Update tested versions
2 parents 8c5316e + e363875 commit 9dd57aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ function Test-WindowsVersion {
228228
}
229229
}
230230

231-
# 17763: the version used by windows-2019 in GH actions
232231
# 19045: https://www.microsoft.com/en-us/software-download/windows10ISO downloaded on April 25 2023.
233232
# 20348: the version used by windows-2022 in GH actions
233+
# 26100: https://www.microsoft.com/en-us/software-download/windows11 downloaded on May 6 2025.
234234
function Test-TestedOS {
235-
$testedVersions = @(17763, 19045, 20348)
235+
$testedVersions = @(19045, 20348, 26100)
236236
try {
237237
$osVersion = (Get-CimInstance -class Win32_OperatingSystem).BuildNumber
238238
if (-not ($osVersion -in $testedVersions)){

0 commit comments

Comments
 (0)