Skip to content

Commit 2f79a87

Browse files
authored
fix: Update README with support matrix (#18)
Signed-off-by: Jose Colella <[email protected]>
1 parent 1955795 commit 2f79a87

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ This is the Ruby implementation of [OpenFeature](https://openfeature.dev), a ven
1010

1111
We support multiple data types for flags (numbers, strings, booleans, objects) as well as hooks, which can alter the lifecycle of a flag evaluation.
1212

13-
## Requirements
13+
## Support Matrix
14+
15+
| Ruby Version | OS |
16+
| ----------- | ----------- |
17+
| Ruby 2.7.6 | Windows, MacOS, Linux |
18+
| Ruby 3.0.4 | Windows, MacOS, Linux |
19+
| Ruby 3.1.2 | Windows, MacOS, Linux |
1420

15-
- Ruby 2.7.6
16-
- Ruby 3.0.4
17-
- Ruby 3.1.2
1821

1922
## Installation
2023

0 commit comments

Comments
 (0)