Skip to content

Commit 378730d

Browse files
Switch doc generation to use 6.0 (#470)
NB: we always build docs with the latest _release_ version of Swift by default. So once Swift 6 is released this change will be redundant and moreover would pin doc gen to 6.0 even once 6.1 released and should be reverted by then. Tested to be working ok with our doc gen mechanism: ![CleanShot 2024-06-12 at 14 39 35@2x](https://github.com/apple/swift-testing/assets/65520/07bcefcb-d7a2-4fea-b22d-193bb8198852)
1 parent dd6e12b commit 378730d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.spi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ metadata:
33
authors: Apple Inc.
44
builder:
55
configs:
6-
- documentation_targets: [Testing]
6+
- swift_version: 5.10
7+
scheme: Testing
8+
- swift_version: 6.0
9+
documentation_targets: [Testing]
710
scheme: Testing

0 commit comments

Comments
 (0)