diff --git a/README.md b/README.md index 4a3caa802..820874c04 100644 --- a/README.md +++ b/README.md @@ -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