Skip to content

Commit 1d37883

Browse files
wip
1 parent c761739 commit 1d37883

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,13 @@ workflows:
250250
# - tests-java:
251251
# name: jdk-21
252252
# maven-image: "cimg/openjdk:21.0"
253+
# arg-line: "--add-opens=java.base/java.nio=ALL-UNNAMED"
254+
# - tests-java-arm64:
255+
# name: jdk-11-arm64
253256
# arg-line: "--add-opens=java.base/java.nio=ALL-UNNAMED"
254257
- tests-java-arm64:
255258
name: jdk-11-arm64
259+
maven-image: "cimg/openjdk:21.0"
256260
arg-line: "--add-opens=java.base/java.nio=ALL-UNNAMED"
257261
- deploy-snapshot:
258262
requires:

0 commit comments

Comments
 (0)