Skip to content

Commit b444fcf

Browse files
committed
Min JDK for current cljs release seems to be 21
1 parent 769bf71 commit b444fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/ci_unit_tests.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
;; macOS on GitHub Actions is now arm-based and does not include jdk8
2424
"macos" ["11" "17" "21" "24"]
2525
"windows" ["8" "11" "17" "21" "24"]})
26-
(def ^:private jdk-cljs "11")
26+
(def ^:private jdk-cljs "21")
2727
(def ^:private jdk-shadow-cljs "21")
2828
(def ^:private all-oses (keys os-jdks))
2929

0 commit comments

Comments
 (0)