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

dsmiley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 1642be7d256 .github/workflows/docker-nightly.yml: remove 9_11
1642be7d256 is described below

commit 1642be7d2568af56d5e7002a5a2e62278adbe437
Author: David Smiley <[email protected]>
AuthorDate: Mon Jun 29 17:46:33 2026 -0400

    .github/workflows/docker-nightly.yml: remove 9_11
---
 .github/workflows/docker-nightly.yml | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/.github/workflows/docker-nightly.yml 
b/.github/workflows/docker-nightly.yml
index fb4bc1f9c19..0cb54033f17 100644
--- a/.github/workflows/docker-nightly.yml
+++ b/.github/workflows/docker-nightly.yml
@@ -67,21 +67,7 @@ jobs:
             tag-suffix: '-java21'
 
           # branch_9_11 - Gradle on JDK17, Docker images with JRE17 (default) 
and JRE21
-          - branch: branch_9_11
-            gradle-jdk: 17
-            dist: full
-            base-image: eclipse-temurin:17-jre-jammy
-            tag-suffix: ''
-          - branch: branch_9_11
-            gradle-jdk: 17
-            dist: slim
-            base-image: eclipse-temurin:17-jre-jammy
-            tag-suffix: ''
-          - branch: branch_9_11
-            gradle-jdk: 17
-            dist: full
-            base-image: eclipse-temurin:21-jre-jammy
-            tag-suffix: '-java21'
+          # SEE SOURCE CONTROL HISTORY TO RE-ENABLE
 
     env:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.SOLR_DEVELOCITY_ACCESS_KEY }}

Reply via email to