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.
2 parents b177688 + 566fa0d commit 8b177b4Copy full SHA for 8b177b4
.circleci/config.yml
@@ -49,6 +49,14 @@ workflows:
49
- cimg/ruby:3.1
50
- cimg/ruby:3.2
51
- cimg/ruby:3.3
52
+ # We've switched to JRuby's own Docker image as CircleCI decided to
53
+ # stop supporting it when they deprecated their legacy images. For
54
+ # some reason, the official JRuby image for 9.1 fails with an
55
+ # inscrutable error message that isn't worth debugging.
56
+ #
57
+ # We'll drop this version on our next major release anyway, as it's
58
+ # out of security support.
59
- circleci/jruby:9.1
- - circleci/jruby:9.2
- - circleci/jruby:9.3
60
+ - jruby:9.2
61
+ - jruby:9.3
62
+ - jruby:9.4
0 commit comments