We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34562a commit ef55cf8Copy full SHA for ef55cf8
script/ci_unit_tests.clj
@@ -19,10 +19,10 @@
19
"ubuntu"))
20
21
;; matrix params to be used on ci
22
-(def ^:private os-jdks {"ubuntu" ["8" "11" "17" "21" "24"]
+(def ^:private os-jdks {"ubuntu" ["8" "11" "17" "21" "25"]
23
;; 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"]})
+ "macos" ["11" "17" "21" "25"]
+ "windows" ["8" "11" "17" "21" "25"]})
26
(def ^:private jdk-cljs "21")
27
(def ^:private jdk-shadow-cljs "21")
28
(def ^:private all-oses (keys os-jdks))
0 commit comments