Skip to content

Commit 2023979

Browse files
wip
1 parent 826f5ba commit 2023979

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ workflows:
160160
name: jdk-20
161161
maven-image: "cimg/openjdk:20.0"
162162
arg-line: "--add-opens=java.base/java.nio=ALL-UNNAMED"
163+
- tests-java:
164+
name: jdk-21
165+
maven-image: "cimg/openjdk:21.0"
166+
arg-line: "--add-opens=java.base/java.nio=ALL-UNNAMED"
163167
- deploy-snapshot:
164168
requires:
165169
- check-dependencies
@@ -168,6 +172,7 @@ workflows:
168172
- jdk-11
169173
- jdk-17
170174
- jdk-20
175+
- jdk-21
171176
filters:
172177
branches:
173178
only: main

0 commit comments

Comments
 (0)