Skip to content

Commit c48ffa6

Browse files
committed
Upgrade JRuby to 9.2 within testing matrix
Unfortunately Bundler 2 and JRuby 9.1 are not compatible on GitHub actions (see here: ruby/setup-ruby#108) which leads to failures. JRuby matches (MRI) Ruby 2.5 (which we just removed from the testing matrix) in terms of features so we may want to even upgrade it
1 parent dd2e249 commit c48ffa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ruby:
1616
- 2.7.0
1717
- 2.6.5
18-
- jruby-9.1.17.0
18+
- jruby-9.2.21.0
1919
gemfile:
2020
# These have webpacker:
2121
- rails_5.2_no_sprockets

0 commit comments

Comments
 (0)