We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 301e4e9 + e701e40 commit 4275350Copy full SHA for 4275350
.github/workflows/pull_request.yml
@@ -22,7 +22,7 @@ jobs:
22
linux_build_command: 'swift test --no-parallel'
23
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
24
windows_pre_build_command: 'Invoke-Program .\.github\scripts\prebuild.ps1'
25
- windows_swift_versions: '["nightly-main"]'
+ windows_swift_versions: '["nightly-main", "nightly-6.2"]'
26
windows_build_command: 'Invoke-Program swift test --no-parallel'
27
enable_linux_static_sdk_build: true
28
enable_android_sdk_build: true
0 commit comments