Skip to content

Commit 4275350

Browse files
authored
Merge pull request #949 from bkhouri/t/main/add_windows_6.2_action
2 parents 301e4e9 + e701e40 commit 4275350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
linux_build_command: 'swift test --no-parallel'
2323
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
2424
windows_pre_build_command: 'Invoke-Program .\.github\scripts\prebuild.ps1'
25-
windows_swift_versions: '["nightly-main"]'
25+
windows_swift_versions: '["nightly-main", "nightly-6.2"]'
2626
windows_build_command: 'Invoke-Program swift test --no-parallel'
2727
enable_linux_static_sdk_build: true
2828
enable_android_sdk_build: true

0 commit comments

Comments
 (0)