Skip to content

Commit fad2e18

Browse files
committed
Still make it possible to build on 17 (although untested)
1 parent 95363fe commit fad2e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# Expand GEM_HOME relative to cwd so it cannot be misinterpreted later.
6565
ENV['GEM_HOME'] = File.expand_path(ENV['GEM_HOME']) if ENV['GEM_HOME']
6666

67-
JDK_VERSIONS = [21]
67+
JDK_VERSIONS = [21, 17]
6868
DEFAULT_JDK_VERSION = JDK_VERSIONS.first
6969

7070
MRI_TEST_RELATIVE_PREFIX = 'test/mri/tests'

0 commit comments

Comments
 (0)