Commit 87ad80b
committed
dep: min java version must be "21" for JRuby 10
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.1 parent 3ff6b8e commit 87ad80b
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
184 | 192 | | |
185 | 193 | | |
186 | 194 | | |
| |||
331 | 339 | | |
332 | 340 | | |
333 | 341 | | |
334 | | - | |
335 | | - | |
| 342 | + | |
| 343 | + | |
336 | 344 | | |
337 | 345 | | |
338 | 346 | | |
| |||
0 commit comments