This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d3e395  SLING-11909 - Run the Sling Starter tests with Java 21 (#181)
6d3e395 is described below

commit 6d3e3959a55c111968c1c4d508abdb8846a3325b
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Jun 19 15:40:55 2023 +0200

    SLING-11909 - Run the Sling Starter tests with Java 21 (#181)
---
 .sling-module.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.sling-module.json b/.sling-module.json
index 220b91a..bdf75e5 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -2,6 +2,11 @@
     "jenkins": {
         "emailRecipients": ["[email protected]"],
         "sonarQubeEnabled": false,
+        "jdks": [
+          11,
+          17,
+          21
+        ],
         "operatingSystems": [
             "linux"
         ],

Reply via email to