Skip to content

Commit 7bb5635

Browse files
committed
Update all Swift package test defaults to 6.3
Also, add NDK 28c as a default, as we work towards the upcoming LTS NDK 30.
1 parent 5867741 commit 7bb5635

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/swift_package_test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141
linux_swift_versions:
4242
type: string
4343
description: "Include Linux Swift version list (JSON)"
44-
default: "[ \"5.9\", \"5.10\", \"6.0\", \"6.1\", \"6.2\", \"nightly-main\", \"nightly-6.3\"]"
44+
default: "[ \"5.9\", \"5.10\", \"6.0\", \"6.1\", \"6.2\", \"6.3\", \"nightly-main\", \"nightly-6.3\"]"
4545
linux_exclude_swift_versions:
4646
type: string
4747
description: "Exclude Linux Swift version list (JSON)"
@@ -57,15 +57,15 @@ on:
5757
linux_static_sdk_versions:
5858
type: string
5959
description: "Static Linux Swift SDK version list (JSON)"
60-
default: "[\"nightly-main\", \"nightly-6.2\", \"6.2\"]"
60+
default: "[\"nightly-main\", \"nightly-6.3\", \"6.3\"]"
6161
linux_static_sdk_exclude_swift_versions:
6262
type: string
6363
description: "Exclude Static Linux Swift SDK version list (JSON)"
6464
default: "[{\"swift_version\": \"\"}]"
6565
wasm_sdk_versions:
6666
type: string
6767
description: "Wasm Swift SDK version list (JSON)"
68-
default: "[\"nightly-main\", \"nightly-6.3\", \"6.2\"]"
68+
default: "[\"nightly-main\", \"nightly-6.3\", \"6.3\"]"
6969
wasm_exclude_swift_versions:
7070
type: string
7171
description: "Exclude Wasm Swift SDK version list (JSON)"
@@ -82,7 +82,7 @@ on:
8282
type: string
8383
description: "Include Windows Swift version list (JSON)"
8484
# "5.10" is omitted for Windows because the container image is broken.
85-
default: "[\"5.9\", \"6.0\", \"6.1\", \"6.2\", \"nightly-main\", \"nightly-6.3\"]"
85+
default: "[\"5.9\", \"6.0\", \"6.1\", \"6.2\", \"6.3\", \"nightly-main\", \"nightly-6.3\"]"
8686
windows_exclude_swift_versions:
8787
type: string
8888
description: "Exclude Windows Swift version list (JSON)"
@@ -162,7 +162,7 @@ on:
162162
android_ndk_versions:
163163
type: string
164164
description: "The NDK versions to use when building with the Swift SDK for Android"
165-
default: "[\"r27d\"]"
165+
default: "[\"r27d\", \"28c\"]"
166166
windows_pre_build_command:
167167
type: string
168168
description: "Windows Command Prompt command to execute before building the Swift package"

0 commit comments

Comments
 (0)