We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192e5bc commit 654ce98Copy full SHA for 654ce98
.github/workflows/ci.yml
@@ -22,9 +22,7 @@ jobs:
22
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
23
with:
24
# https://github.com/swiftlang/swift-package-manager/issues/8103
25
- api_breakage_check_enabled: false
26
- # swift:6.2-noble leads to issues with Snippets
27
- # e.g. https://github.com/apple/swift-homomorphic-encryption/actions/runs/18144503507/job/51643132814#step:5:1087
+ # api_breakage_check_enabled: false
28
docs_check_container_image: swift:6.2.2-noble
29
format_check_enabled: false
30
tests:
0 commit comments