We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b53a6 commit bb6b52dCopy full SHA for bb6b52d
.github/workflows/pull_request.yml
@@ -30,13 +30,16 @@ jobs:
30
- windows
31
ruby-version:
32
- jruby-9.4
33
+ - jruby-10.0
34
- 3.4
35
- 3.3
36
- 3.2
37
- 3.1
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
@@ -22,6 +22,7 @@ You can use this client with [Unleash Enterprise](https://www.getunleash.io/pric
22
- MRI 3.0
23
- MRI 2.7
24
- jruby 9.4
25
+- jruby 10.0
26
27
## Installation
28
0 commit comments