Skip to content

Commit e363875

Browse files
committed
Add 26100 to tested versions
Add the Windows 11 version FLARE uses for testing to the tested versions.
1 parent ca9c2c4 commit e363875

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,9 @@ function Test-WindowsVersion {
230230

231231
# 19045: https://www.microsoft.com/en-us/software-download/windows10ISO downloaded on April 25 2023.
232232
# 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.
233234
function Test-TestedOS {
234-
$testedVersions = @(19045, 20348)
235+
$testedVersions = @(19045, 20348, 26100)
235236
try {
236237
$osVersion = (Get-CimInstance -class Win32_OperatingSystem).BuildNumber
237238
if (-not ($osVersion -in $testedVersions)){

0 commit comments

Comments
 (0)