Skip to content

Commit c11d328

Browse files
committed
ci: tests: bump default jdk form 21 to 25
1 parent a1668e3 commit c11d328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/test_matrix.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
ide-browsers ["chrome" "firefox"]
4747
api-browsers ["chrome" "firefox" "edge" "safari"]
4848
platforms ["jvm" "bb"]
49-
default-opts {:jdk-version "21"}] ;; if only testing on one, test on latest LTS
49+
default-opts {:jdk-version "25"}] ;; if only testing on one, test on latest LTS
5050
(->> (concat
5151
(for [os oses
5252
platform platforms]

0 commit comments

Comments
 (0)