Skip to content

Commit 5f6062d

Browse files
committed
Upgrade JRuby to 9.3 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. Additionally, due to the `webdrivers` gem as a testing dependency needing upgrading, 9.2 is also a no-go. JRuby 9.3 matches (MRI) Ruby 2.6 which we just made the floor of the testing matrix, so this is likely a good version to match anyhow.
1 parent dd2e249 commit 5f6062d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
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.3.7.0
1919
gemfile:
2020
# These have webpacker:
2121
- rails_5.2_no_sprockets

0 commit comments

Comments
 (0)