File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
41
41
### Testing
42
42
43
- To enable pull request testing for all supported Swift versions (5.8, 5. 9, 5.10,
44
- 6.0, and nightly) on Linux and Windows, add the following code example in
43
+ To enable pull request testing for all supported Swift versions (5.9, 5.10,
44
+ 6.0, nightly, and nightly-6.1 ) on Linux and Windows, add the following code example in
45
45
` .github/workflows/pull_request.yml`:
46
46
47
47
` ` ` yaml
@@ -61,7 +61,7 @@ If your package only supports newer compiler versions, you can exclude older
61
61
versions by using the `*_exclude_swift_versions` workflow input :
62
62
63
63
` ` ` yaml
64
- linux_exclude_swift_versions: "[{\" swift_version\" : \" 5.8 \" }, { \" swift_version \" : \" 5. 9\" }]"
64
+ linux_exclude_swift_versions: "[{\" swift_version\" : \" 5.9\" }]"
65
65
windows_exclude_swift_versions: "[{\" swift_version\" : \" 5.9\" }]"
66
66
` ` `
67
67
You can’t perform that action at this time.
0 commit comments