Skip to content

Commit b0d73ba

Browse files
committed
Update minimum CI versions to 6.4
...and to Xcode 26.4 (Swift 6.3) on macOS. This drops support for Swift 6.2 on Apple platforms, and for 6.3 elsewhere.
1 parent d42422b commit b0d73ba

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
linux_os_versions: '["amazonlinux2", "bookworm", "noble", "jammy", "rhel-ubi9"]'
2222
linux_pre_build_command: ./.github/scripts/prebuild.sh
2323
linux_build_command: 'swift test --no-parallel'
24-
linux_swift_versions: '["nightly-main", "nightly-6.3"]'
24+
linux_swift_versions: '["nightly-main", "nightly-6.4.x"]'
2525
linux_host_archs: '["x86_64", "aarch64"]'
2626
freebsd_pre_build_command: ./.github/scripts/prebuild.sh
2727
freebsd_build_command: 'swift test --no-parallel'
2828
enable_freebsd_checks: true
2929
windows_build_timeout: 180
3030
windows_pre_build_command: 'Invoke-Program .\.github\scripts\prebuild.ps1'
31-
windows_swift_versions: '["nightly-main", "nightly-6.3"]'
31+
windows_swift_versions: '["nightly-main", "nightly-6.4.x"]'
3232
windows_build_command: 'Invoke-Program swift test --no-parallel'
3333
enable_linux_static_sdk_build: true
3434
enable_android_sdk_build: true
@@ -37,7 +37,7 @@ jobs:
3737
linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
3838
enable_ios_checks: true
3939
enable_macos_checks: true
40-
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.3\"}, {\"xcode_version\": \"16.4\"}]"
40+
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.4\"}, {\"xcode_version\": \"26.3\"}]"
4141
macos_pre_build_command: ./.github/scripts/prebuild.sh
4242
macos_build_command:
4343
swift test &&
@@ -51,7 +51,7 @@ jobs:
5151
enable_windows_docker: false
5252
windows_build_timeout: 180
5353
windows_pre_build_command: 'Invoke-Program .\.github\scripts\prebuild.ps1'
54-
windows_swift_versions: '["nightly-main", "nightly-6.3"]'
54+
windows_swift_versions: '["nightly-main", "nightly-6.4.x"]'
5555
windows_build_command: 'Invoke-Program swift test --no-parallel'
5656
windows_os_versions: '["windows-2022", "windows-11-arm"]'
5757
cmake-smoke-test:

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:6.0
1+
// swift-tools-version:6.2
22

33
//===----------------------------------------------------------------------===//
44
//

0 commit comments

Comments
 (0)