Skip to content

Commit ef55cf8

Browse files
committed
maint: ci matrix: bump jdk 24 to 25
1 parent f34562a commit ef55cf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/ci_unit_tests.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"ubuntu"))
2020

2121
;; matrix params to be used on ci
22-
(def ^:private os-jdks {"ubuntu" ["8" "11" "17" "21" "24"]
22+
(def ^:private os-jdks {"ubuntu" ["8" "11" "17" "21" "25"]
2323
;; macOS on GitHub Actions is now arm-based and does not include jdk8
24-
"macos" ["11" "17" "21" "24"]
25-
"windows" ["8" "11" "17" "21" "24"]})
24+
"macos" ["11" "17" "21" "25"]
25+
"windows" ["8" "11" "17" "21" "25"]})
2626
(def ^:private jdk-cljs "21")
2727
(def ^:private jdk-shadow-cljs "21")
2828
(def ^:private all-oses (keys os-jdks))

0 commit comments

Comments
 (0)