Skip to content

Commit 2f0f045

Browse files
committed
Require swift>=6.0 in pull request workflow
1 parent 7f70ae0 commit 2f0f045

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ jobs:
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
1212
linux_os_versions: '["jammy", "focal"]'
13+
linux_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
14+
windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
1315
enable_macos_checks: true
14-
# FIXME: https://github.com/swiftlang/github-workflows/pull/140
15-
# Xcode 16.0 and 16.1 are not actually available
16-
macos_exclude_xcode_versions: |
17-
[
18-
{"xcode_version": "16.0"},
19-
{"xcode_version": "16.1"},
20-
]
2116
swift_flags: "-Xbuild-tools-swiftc -DSYSTEM_CI"
2217
enable_linux_static_sdk_build: true
2318
enable_wasm_sdk_build: true
@@ -31,13 +26,6 @@ jobs:
3126
enable_windows_checks: false
3227
# Only build
3328
macos_build_command: "xcrun swift build --build-tests"
34-
# FIXME: https://github.com/swiftlang/github-workflows/pull/140
35-
# Xcode 16.0 and 16.1 are not actually available
36-
macos_exclude_xcode_versions: |
37-
[
38-
{"xcode_version": "16.0"},
39-
{"xcode_version": "16.1"},
40-
]
4129
# Enable availability to match ABI stable verion of system.
4230
swift_flags: "-Xbuild-tools-swiftc -DSYSTEM_CI -Xbuild-tools-swiftc -DSYSTEM_ABI_STABLE"
4331

0 commit comments

Comments
 (0)