Skip to content

Commit 1642be7

Browse files
committed
.github/workflows/docker-nightly.yml: remove 9_11
1 parent 75af0f6 commit 1642be7

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/docker-nightly.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,7 @@ jobs:
6767
tag-suffix: '-java21'
6868

6969
# branch_9_11 - Gradle on JDK17, Docker images with JRE17 (default) and JRE21
70-
- branch: branch_9_11
71-
gradle-jdk: 17
72-
dist: full
73-
base-image: eclipse-temurin:17-jre-jammy
74-
tag-suffix: ''
75-
- branch: branch_9_11
76-
gradle-jdk: 17
77-
dist: slim
78-
base-image: eclipse-temurin:17-jre-jammy
79-
tag-suffix: ''
80-
- branch: branch_9_11
81-
gradle-jdk: 17
82-
dist: full
83-
base-image: eclipse-temurin:21-jre-jammy
84-
tag-suffix: '-java21'
70+
# SEE SOURCE CONTROL HISTORY TO RE-ENABLE
8571

8672
env:
8773
DEVELOCITY_ACCESS_KEY: ${{ secrets.SOLR_DEVELOCITY_ACCESS_KEY }}

0 commit comments

Comments
 (0)