Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/cucumber-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
include:
- os: ubuntu-latest
ruby: jruby-9.2
- os: ubuntu-latest
ruby: jruby-9.3
exclude:
- ruby: '2.5'
os: windows-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
include:
- os: ubuntu-latest
ruby: jruby-9.2
- os: ubuntu-latest
ruby: jruby-9.3
exclude:
- ruby: '2.5'
os: windows-latest
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ Later in this document, bundler is considered being used so all commands are usi
- Ruby 2.5
- Ruby 2.4
- Ruby 2.3
- JRuby 9.2 (with [some limitations](https://github.com/cucumber/cucumber-ruby/blob/main/docs/jruby-limitations.md))

JRuby 9.3 is not supported yet due to a known issue. More info can
be found in the [PR#1571](https://github.com/cucumber/cucumber-ruby/pull/1571).
- JRuby (with [some limitations](https://github.com/cucumber/cucumber-ruby/blob/main/docs/jruby-limitations.md))
- 9.2
- 9.3 >= 9.3.1 (there is a known issue with JRuby 9.3.0. More info can
be found in the [PR#1571](https://github.com/cucumber/cucumber-ruby/pull/1571).)

### Ruby on Rails

Expand Down