Skip to content

Commit 8e4d4e0

Browse files
jRuby build is failing with jRuby 9.3 (#1571)
* Add jruby 9.3 to workflow * Add a note in the README * Add jruby 9.3 to the tests of the release workflow
1 parent 03b14c6 commit 8e4d4e0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/cucumber-ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
include:
2121
- os: ubuntu-latest
2222
ruby: jruby-9.2
23+
- os: ubuntu-latest
24+
ruby: jruby-9.3
2325
exclude:
2426
- ruby: '2.5'
2527
os: windows-latest

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
include:
2828
- os: ubuntu-latest
2929
ruby: jruby-9.2
30+
- os: ubuntu-latest
31+
ruby: jruby-9.3
3032
exclude:
3133
- ruby: '2.5'
3234
os: windows-latest

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Later in this document, bundler is considered being used so all commands are usi
5656
- Ruby 2.5
5757
- Ruby 2.4
5858
- Ruby 2.3
59-
- JRuby 9.2 (with [some limitations](https://github.com/cucumber/cucumber-ruby/blob/main/docs/jruby-limitations.md))
60-
61-
JRuby 9.3 is not supported yet due to a known issue. More info can
62-
be found in the [PR#1571](https://github.com/cucumber/cucumber-ruby/pull/1571).
59+
- JRuby (with [some limitations](https://github.com/cucumber/cucumber-ruby/blob/main/docs/jruby-limitations.md))
60+
- 9.2
61+
- 9.3 >= 9.3.1 (there is a known issue with JRuby 9.3.0. More info can
62+
be found in the [PR#1571](https://github.com/cucumber/cucumber-ruby/pull/1571).)
6363

6464
### Ruby on Rails
6565

0 commit comments

Comments
 (0)