This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/ci-java-21 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log.git
commit 323b5014ba124c11d7df34521eb67fbe7dc71b28 Author: Robert Munteanu <romb...@apache.org> AuthorDate: Mon May 5 14:00:35 2025 +0200 Run CI on Java 21 as well --- .sling-module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sling-module.json b/.sling-module.json index 9bd8978..adaaa65 100644 --- a/.sling-module.json +++ b/.sling-module.json @@ -1,5 +1,5 @@ { "jenkins": { - "jdks": [17] + "jdks": [17, 21] } }