Skip to content

Commit 5f59b7b

Browse files
committed
[GR-18163] JDK 21 is necessary for SpotBugs, etc
PullRequest: truffleruby/4228
2 parents 80df338 + edb9fec commit 5f59b7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
lint:
1313
name: lint
1414
runs-on: ubuntu-20.04
15+
env:
16+
JT_JDK: '21'
1517
steps:
1618
- name: Clone TruffleRuby
1719
uses: actions/checkout@v4

0 commit comments

Comments
 (0)