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 4040
4141### Testing
4242
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
4545` .github/workflows/pull_request.yml`:
4646
4747` ` ` yaml
@@ -61,7 +61,7 @@ If your package only supports newer compiler versions, you can exclude older
6161versions by using the `*_exclude_swift_versions` workflow input :
6262
6363` ` ` yaml
64- linux_exclude_swift_versions: "[{\" swift_version\" : \" 5.8 \" }, { \" swift_version \" : \" 5. 9\" }]"
64+ linux_exclude_swift_versions: "[{\" swift_version\" : \" 5.9\" }]"
6565windows_exclude_swift_versions: "[{\" swift_version\" : \" 5.9\" }]"
6666` ` `
6767
You can’t perform that action at this time.
0 commit comments