Skip to content

Commit d34ebc8

Browse files
committed
chore: add jruby 10.0 support in gh actions
1 parent 4c284c5 commit d34ebc8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ Ruby client for the [Unleash](https://github.com/Unleash/unleash) feature manage
2020
- MRI 3.0
2121
- MRI 2.7
2222
- jruby 9.4
23+
- jruby 10.0
2324

2425
## Installation
2526

2627
Add this line to your application's Gemfile:
2728

2829
```ruby
29-
gem 'unleash', '~> 6.1.2'
30+
gem 'unleash', '~> 6.2'
3031
```
3132

3233
And then execute:

0 commit comments

Comments
 (0)