We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1668e3 commit c11d328Copy full SHA for c11d328
1 file changed
script/test_matrix.clj
@@ -46,7 +46,7 @@
46
ide-browsers ["chrome" "firefox"]
47
api-browsers ["chrome" "firefox" "edge" "safari"]
48
platforms ["jvm" "bb"]
49
- default-opts {:jdk-version "21"}] ;; if only testing on one, test on latest LTS
+ default-opts {:jdk-version "25"}] ;; if only testing on one, test on latest LTS
50
(->> (concat
51
(for [os oses
52
platform platforms]
0 commit comments