Skip to content

Commit b946c5c

Browse files
Inform about non-support of JRuby 9.3 (#1572)
1 parent 42f325f commit b946c5c

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/cucumber-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ruby: [2.5, 2.6, 2.7, '3.0']
2727
include:
2828
- os: ubuntu-latest
29-
ruby: jruby
29+
ruby: jruby-9.2
3030
exclude:
3131
- ruby: 2.5
3232
os: windows-latest

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
6464
([1564](https://github.com/cucumber/cucumber-ruby/pull/1564)
6565
[aurelien-reeves](https://github.com/aurelien-reeves))
6666

67+
### Known issue
68+
69+
- There is a known issue with JRuby 9.3. For more info, see
70+
[PR#1571](https://github.com/cucumber/cucumber-ruby/pull/1571).
71+
6772
## [7.0.0](https://github.com/cucumber/cucumber-ruby/compare/v6.1.0...v7.0.0)
6873

6974
### Fixed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Later in this document, bundler is considered being used so all commands are usi
5858
- Ruby 2.3
5959
- JRuby 9.2 (with [some limitations](https://github.com/cucumber/cucumber-ruby/blob/main/docs/jruby-limitations.md))
6060

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).
63+
6164
### Ruby on Rails
6265

6366
Using Ruby on Rails? You can use [cucumber-rails](https://github.com/cucumber/cucumber-rails)

0 commit comments

Comments
 (0)