You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Github Actions started failing on jruby-head builds this week with an
error message like:
```
bad class file: /home/runner/.rubies/jruby-head/lib/jruby.jar(/org/jruby/Ruby.class)
class file has wrong version 65.0, should be 61.0
```
If I understand correctly, the class file version is correlated with
the JDK version, so I'm trying this to see if it fixes the issues with
jruby-head.
0 commit comments