File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,16 @@ jobs:
2424 with :
2525 # https://github.com/swiftlang/swift-package-manager/issues/8103
2626 api_breakage_check_enabled : false
27+ # swift:6.2-noble leads to issues with Snippets
28+ # e.g. https://github.com/apple/swift-homomorphic-encryption/actions/runs/18144503507/job/51643132814#step:5:1087
29+ docs_check_container_image : swift:6.1-noble
2730 format_check_enabled : false
2831 tests :
2932 name : swifttests
3033 uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
3134 with :
3235 enable_windows_checks : false
33- # TODO: remove 5.8 after https://github.com/swiftlang/github-workflows/pull/107
34- linux_exclude_swift_versions : " [{\" swift_version\" : \" 5.8\" }, {\" swift_version\" : \" 5.9\" }, {\" swift_version\" : \" 5.10\" }]"
36+ linux_exclude_swift_versions : " [{\" swift_version\" : \" 5.9\" }, {\" swift_version\" : \" 5.10\" }]"
3537 linux_pre_build_command : " apt-get update && apt-get install -y libjemalloc-dev"
3638 linux_build_command : >
3739 swift test --configuration release;
You can’t perform that action at this time.
0 commit comments