Skip to content

Commit bb6b52d

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

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
@@ -30,13 +30,16 @@ jobs:
3030
- windows
3131
ruby-version:
3232
- jruby-9.4
33+
- jruby-10.0
3334
- 3.4
3435
- 3.3
3536
- 3.2
3637
- 3.1
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
@@ -22,6 +22,7 @@ You can use this client with [Unleash Enterprise](https://www.getunleash.io/pric
2222
- MRI 3.0
2323
- MRI 2.7
2424
- jruby 9.4
25+
- jruby 10.0
2526

2627
## Installation
2728

0 commit comments

Comments
 (0)