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-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 66b3077  SLING-10830 - Run Sling ITs with Java 17 as well
66b3077 is described below

commit 66b307712fb90e2e814b1c29523d1bc6bb65d156
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Sep 24 17:41:11 2021 +0200

    SLING-10830 - Run Sling ITs with Java 17 as well
    
    Enable tests on Java 17
---
 .sling-module.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
index b1b8e7d..1620886 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -2,7 +2,7 @@
     "jenkins": {
         "rebuildFrequency": "@daily",
         "sonarQubeEnabled": false,
-        "jdks": [8, 11, 15],
+        "jdks": [8, 11, 17],
         "archivePatterns": [
             "**/logs/*.log"
         ],

Reply via email to