We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4155cf commit 5519806Copy full SHA for 5519806
.github/workflows/jruby.yml
@@ -36,15 +36,6 @@ jobs:
36
strategy:
37
matrix:
38
include:
39
- # TODO: truffleruby does not support upgrading rubygems; VALIDATE ASSUMPTION that same applies to JRuby
40
- # jruby-9.1 (targets Ruby 2.3 compatibility)
41
- - ruby: "jruby-9.1"
42
- appraisal: "ruby-2-3"
43
- exec_cmd: "rake test"
44
- gemfile: "Appraisal.root"
45
- rubygems: default
46
- bundler: default
47
-
48
# jruby-9.2 (targets Ruby 2.5 compatibility)
49
- ruby: "jruby-9.2"
50
appraisal: "ruby-2-5"
0 commit comments