Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ concurrency, and parameterize test functions across wide ranges of inputs.
The table below describes the current level of support that `swift-testing` has
for various platforms:

| **Platform** | **Status** |
|---|---|
| **macOS** | Supported |
| **iOS** | Supported |
| **watchOS** | Supported |
| **tvOS** | Supported |
| **Ubuntu 22.04** | Supported |
| **Windows** | Pending support for macros |
| **Platform** | **CI Status** | **Support Status** |
|-|:-:|-|
| **macOS** | [![Build Status](https://ci.swift.org/buildStatus/icon?job=swift-testing-main-swift-5.10-macos)](https://ci.swift.org/job/swift-testing-main-swift-5.10-macos/) | Supported |
| **iOS** | | Supported |
| **watchOS** | | Supported |
| **tvOS** | | Supported |
| **Ubuntu 22.04** | [![Build Status](https://ci.swift.org/buildStatus/icon?job=swift-testing-main-swift-5.10-linux)](https://ci.swift.org/job/swift-testing-main-swift-5.10-linux/) | Supported |
| **Windows** | | Pending support for macros |

## Documentation

Expand Down