Skip to content

Commit 00a68bb

Browse files
committed
chore: add jruby 10.0 support in gh actions
1 parent 67b53a6 commit 00a68bb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- macos
3030
- windows
3131
ruby-version:
32+
- jruby-10.0
3233
- jruby-9.4
3334
- 3.4
3435
- 3.3
@@ -37,6 +38,8 @@ jobs:
3738
- '3.0'
3839
- 2.7
3940
exclude:
41+
- os: windows
42+
ruby-version: jruby-10.0
4043
- os: windows
4144
ruby-version: jruby-9.4
4245

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ You can use this client with [Unleash Enterprise](https://www.getunleash.io/pric
2121
- MRI 3.1
2222
- MRI 3.0
2323
- MRI 2.7
24+
- jruby 10.0
2425
- jruby 9.4
2526

2627
## Installation

0 commit comments

Comments
 (0)