Skip to content

Commit

Permalink
[Docs] Update README to use emoji instead of markdown for docsgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordil committed Feb 16, 2021
1 parent 40d521c commit 79d0fd8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,30 +118,30 @@ This policy is to balance the desire for as much backwards compatibility as poss
The following table shows the combination of Swift language versions and operating systems that
receive regular unit testing (either in development, or with CI) against the **current version** of **RediStack**.

| Platform | Swift 5.2 | 5.3 | 5.4 | Trunk |
|:----------------------|:------------------:|:------------------:|:------------------:|:------------------:|
| macOS Latest (Intel) | | | :white_check_mark: | |
| Ubuntu 20.04 (Focal) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Ubuntu 18.04 (Bionic) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Ubuntu 16.04 (Xenial) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Amazon Linux 2 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| CentOS 8 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| CentOS 7 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Platform | Swift 5.2 | 5.3 | 5.4 | Trunk |
|:----------------------|:---------:|:---:|:---:|:-----:|
| macOS Latest (Intel) | | || |
| Ubuntu 20.04 (Focal) | | | | |
| Ubuntu 18.04 (Bionic) | | | | |
| Ubuntu 16.04 (Xenial) | | | | |
| Amazon Linux 2 | | | | |
| CentOS 8 | | | | |
| CentOS 7 | | | | |

For older versions of **RediStack**, view each summary below.

<details>
<summary><bold>RediStack 1.x</bold></summary>

| Platform | Swift 5.1 | 5.2 | 5.3 |
|:----------------------|:------------------:|:------------------:|:------------------:|
| macOS Latest (Intel) | | | |
| Ubuntu 20.04 (Focal) | | :white_check_mark: | :white_check_mark: |
| Ubuntu 18.04 (Bionic) | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Ubuntu 16.04 (Xenial) | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Amazon Linux 2 | | :white_check_mark: | :white_check_mark: |
| CentOS 7 | | :white_check_mark: | :white_check_mark: |
| CentOS 8 | | :white_check_mark: | :white_check_mark: |
| Platform | Swift 5.1 | 5.2 | 5.3 |
|:----------------------|:---------:|:---:|:---:|
| macOS Latest (Intel) | | | |
| Ubuntu 20.04 (Focal) | || |
| Ubuntu 18.04 (Bionic) | | | |
| Ubuntu 16.04 (Xenial) | | | |
| Amazon Linux 2 | | | |
| CentOS 7 | | | |
| CentOS 8 | | | |

</details>

Expand Down

0 comments on commit 79d0fd8

Please sign in to comment.