File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 9
9
name : Unit tests
10
10
uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
11
with :
12
+ exclude_swift_versions : " [{\" swift_version\" : \" 5.8\" }, {\" swift_version\" : \" 5.9\" }, {\" swift_version\" : \" 5.10\" }]"
12
13
swift_flags : " -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
13
14
swift_nightly_flags : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
Original file line number Diff line number Diff line change 19
19
name : Unit tests
20
20
uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
21
21
with :
22
+ linux_exclude_swift_versions : " [{\" swift_version\" : \" 5.8\" }, {\" swift_version\" : \" 5.9\" }, {\" swift_version\" : \" 5.10\" }]"
23
+ windows_exclude_swift_versions : " [{\" swift_version\" : \" 5.8\" }, {\" swift_version\" : \" 5.9\" }, {\" swift_version\" : \" 5.10\" }]"
22
24
swift_flags : " -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
23
25
swift_nightly_flags : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
You can’t perform that action at this time.
0 commit comments