We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b53a6 commit 00a68bbCopy full SHA for 00a68bb
.github/workflows/pull_request.yml
@@ -29,6 +29,7 @@ jobs:
29
- macos
30
- windows
31
ruby-version:
32
+ - jruby-10.0
33
- jruby-9.4
34
- 3.4
35
- 3.3
@@ -37,6 +38,8 @@ jobs:
37
38
- '3.0'
39
- 2.7
40
exclude:
41
+ - os: windows
42
+ ruby-version: jruby-10.0
43
- os: windows
44
ruby-version: jruby-9.4
45
README.md
@@ -21,6 +21,7 @@ You can use this client with [Unleash Enterprise](https://www.getunleash.io/pric
21
- MRI 3.1
22
- MRI 3.0
23
- MRI 2.7
24
+- jruby 10.0
25
- jruby 9.4
26
27
## Installation
0 commit comments