Skip to content

Commit ba35a1f

Browse files
committed
Add historical test matrix to README
1 parent b148491 commit ba35a1f

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Major version releases will drop support for any version of Swift older than the
116116
This policy is to balance the desire for as much backwards compatibility as possible, while also being able to take advantage of new Swift features for the best API design possible.
117117

118118
The following table shows the combination of Swift language versions and operating systems that
119-
receive regular unit testing (either in development, or with CI).
119+
receive regular unit testing (either in development, or with CI) against the **current version** of **RediStack**.
120120

121121
| Platform | Swift 5.2 | 5.3 | 5.4 | Trunk |
122122
|:----------------------|:------------------:|:------------------:|:------------------:|:------------------:|
@@ -128,6 +128,23 @@ receive regular unit testing (either in development, or with CI).
128128
| CentOS 7 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
129129
| CentOS 8 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
130130

131+
For older versions of **RediStack**, view each summary below.
132+
133+
<details>
134+
<summary><bold>RediStack 1.x</bold></summary>
135+
136+
| Platform | Swift 5.1 | 5.2 | 5.3 | Trunk |
137+
|:----------------------|:------------------:|:------------------:|:------------------:|:------------------:|
138+
| macOS Latest (Intel) | | | :white_check_mark: | |
139+
| Ubuntu 20.04 (Focal) | | :white_check_mark: | :white_check_mark: | :white_check_mark: |
140+
| Ubuntu 18.04 (Bionic) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
141+
| Ubuntu 16.04 (Xenial) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
142+
| Amazon Linux 2 | | :white_check_mark: | :white_check_mark: | :white_check_mark: |
143+
| CentOS 7 | | :white_check_mark: | :white_check_mark: | :white_check_mark: |
144+
| CentOS 8 | | :white_check_mark: | :white_check_mark: | :white_check_mark: |
145+
146+
</details>
147+
131148
## License
132149

133150
[Apache 2.0](https://gitlab.com/Mordil/RediStack/blob/master/LICENSE.txt)

0 commit comments

Comments
 (0)