Skip to content

Commit 7538d97

Browse files
committed
[workflows] more 2D exclusions
1 parent 84edf66 commit 7538d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +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": "noble", "swift_version": "5.9"}]'
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"}]'
1414
enable_macos_checks: true
1515
# FIXME: https://github.com/swiftlang/github-workflows/pull/140
1616
# Xcode 16.0 and 16.1 are not actually available

0 commit comments

Comments
 (0)