Skip to content

Commit 227ebbb

Browse files
committed
[workflows] declare 2D exclusions
1 parent b6bd668 commit 227ebbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
1212
linux_os_versions: '["noble", "jammy", "focal"]'
13+
linux_exclude_swift_versions: '[{"os_version": "focal", "swift_version": "nightly-main"}, {"os_version": "focal", "swift_version": "nightly-6.2"}, {"os_version": "focal", "swift_version": "6.2"}, {"os_version": "noble", "swift_version": "5.9"}, {"os_version": "noble", "swift_version": "5.10"}]'
1314
enable_macos_checks: true
1415
# FIXME: https://github.com/swiftlang/github-workflows/pull/140
1516
# Xcode 16.0 and 16.1 are not actually available
@@ -20,7 +21,9 @@ jobs:
2021
]
2122
swift_flags: "-Xbuild-tools-swiftc -DSYSTEM_CI"
2223
enable_linux_static_sdk_build: true
24+
linux_static_sdk_exclude_swift_versions: '[{"os_version": "focal", "swift_version": "nightly-main"}, {"os_version": "focal", "swift_version": "nightly-6.2"}, {"os_version": "focal", "swift_version": "6.2"}]'
2325
enable_wasm_sdk_build: true
26+
wasm_exclude_swift_versions: '[{"os_version": "focal", "swift_version": "nightly-main"}, {"os_version": "focal", "swift_version": "nightly-6.2"}, {"os_version": "focal", "swift_version": "6.2"}]'
2427

2528
build-abi-stable:
2629
name: Build ABI Stable

0 commit comments

Comments
 (0)