Skip to content

Commit fc24219

Browse files
committed
Default to JDK latest in jt
* Since standalones in releases use only JDK latest it seems best to use it by default. * Makes it easier to test features like Panama which is stable in JDK 22+.
1 parent efcfd98 commit fc24219

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
@@ -67,7 +67,7 @@
6767
ENV['GEM_HOME'] = File.expand_path(ENV['GEM_HOME']) if ENV['GEM_HOME']
6868

6969
JDK_VERSIONS = %w[latest 21]
70-
DEFAULT_JDK_VERSION = JDK_VERSIONS.last
70+
DEFAULT_JDK_VERSION = 'latest'
7171

7272
MRI_TEST_RELATIVE_PREFIX = 'test/mri/tests'
7373
MRI_TEST_PREFIX = "#{TRUFFLERUBY_DIR}/#{MRI_TEST_RELATIVE_PREFIX}"

0 commit comments

Comments
 (0)