Skip to content

Commit 216ebee

Browse files
authored
Drop 5.8 from README
1 parent a878cd5 commit 216ebee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
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
6161
versions 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\"}]"
6565
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
6666
```
6767

0 commit comments

Comments
 (0)