Skip to content

Commit b4f0f34

Browse files
committed
Add JDK 26 to the build matrix
1 parent 14dff87 commit b4f0f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docker_clojure/config.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
(def git-repo "https://github.com/Quantisan/docker-clojure.git")
7575

76-
(def jdk-versions #{8 11 17 21 25})
76+
(def jdk-versions #{8 11 17 21 25 26})
7777

7878
(def base-images
7979
"Map of JDK version to base image name(s) with :default as a fallback"

0 commit comments

Comments
 (0)