Should Java 25 be added here? https://clojure.org/guides/install_clojure#java
And Java 8 dropped?
Clojure 1.12 stills supports Java 8. Clojure 1.13 will likely drop that (and move to a baseline of JDK 17 maybe?).
I updated from 21 to 25 there
@alexmiller Doesn't look like you pushed that change?
Confirming it looks updated to me currently
> supports Java LTS releases (currently Java 8, 11, 17, 21, and 25)
Oh, weird, GH wasn't even showing me the commit made today on clojure-site ... now I see that (on a different machine).
this line should perhaps be updated as well: https://github.com/clojure/clojure/blob/master/.github/workflows/test.yml#L13