We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34ebc8 commit a69ae75Copy full SHA for a69ae75
.github/workflows/pull_request.yml
@@ -31,6 +31,7 @@ jobs:
31
ruby-version:
32
- jruby-9.4
33
- jruby-10.0
34
+ - '4.0'
35
- 3.4
36
- 3.3
37
- 3.2
README.md
@@ -13,6 +13,7 @@ Ruby client for the [Unleash](https://github.com/Unleash/unleash) feature manage
13
14
## Supported Ruby interpreters
15
16
+- MRI 4.0
17
- MRI 3.4
18
- MRI 3.3
19
- MRI 3.2
0 commit comments