File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 8
8
tests :
9
9
name : Test
10
10
uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
+ with :
12
+ linux_exclude_swift_versions : ' [{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
13
+ windows_exclude_swift_versions : ' [{"swift_version": "5.9"}]'
14
+ enable_macos_checks : true
15
+ macos_exclude_xcode_versions : ' [{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]'
11
16
soundness :
12
17
name : Soundness
13
18
uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
14
19
with :
15
20
license_header_check_project_name : " Swift.org"
21
+ unacceptable_language_check_enabled : false
22
+
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import XCTest
15
15
// *without* `-disable-availability-checking` to ensure the #available check is
16
16
// not compiled into a no-op.
17
17
18
- #if os(Linux) || os(Android)
18
+ #if os(Linux) || os(Android) || os(Windows)
19
19
public func XCTExpectFailure(
20
20
_ message: String ? = nil , body: ( ) throws -> Void
21
21
) rethrows { }
You can’t perform that action at this time.
0 commit comments