Skip to content

Commit 8d62812

Browse files
[ci] Test against JDK23
1 parent 8026116 commit 8d62812

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ executors:
3030
docker:
3131
- image: clojure:temurin-21-lein-2.11.2-noble
3232
<<: *defaults
33-
jdk22:
33+
jdk23:
3434
docker:
35-
- image: clojure:temurin-22-lein-2.11.2-noble
35+
- image: clojure:temurin-23-lein-2.11.2-noble
3636
<<: *defaults
3737

3838
# Runs a given set of steps, with some standard pre- and post-
@@ -168,7 +168,7 @@ workflows:
168168
alias: "test"
169169
parameters:
170170
clojure_version: ["1.10", "1.11", "1.12"]
171-
jdk_version: [jdk8, jdk11, jdk17, jdk22]
171+
jdk_version: [jdk8, jdk11, jdk17, jdk23]
172172
filters:
173173
branches:
174174
only: /.*/

doc/modules/ROOT/pages/compatibility.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
== Java
44

5-
`cider-nrepl` officially targets Java 8, 11, 17, 21, and the most recent rapid
6-
release version (e.g. Java 22). More generally speaking - we aim to support all
7-
Java releases that are currently officially supported by Oracle.
5+
`cider-nrepl` officially targets Java 8, 11, 17, 21, and the most recent release
6+
version. More generally speaking - we aim to support all Java releases that are
7+
currently officially supported by Oracle.
88

99
== Clojure
1010

0 commit comments

Comments
 (0)