Skip to content

Commit ffac271

Browse files
authored
Use swift:6.1-noble for documentation check (#236)
1 parent d768d0d commit ffac271

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)