janhoy commented on code in PR #4448:
URL: https://github.com/apache/solr/pull/4448#discussion_r3266250504
##########
.github/workflows/docker-nightly.yml:
##########
@@ -76,18 +76,38 @@ jobs:
# branch_9x - Gradle on JDK17, Docker images with JRE17 (default)
and JRE21
- branch: branch_9x
- version: 9.11.0-SNAPSHOT
+ version: 9.12.0-SNAPSHOT
gradle-jdk: 17
dist: full
base-image: eclipse-temurin:17-jre-jammy
tag-suffix: ''
- branch: branch_9x
- version: 9.11.0-SNAPSHOT
+ version: 9.12.0-SNAPSHOT
Review Comment:
I wonder if we perhaps could skip setting version and just rely on the
`project.version` already defined on each branch, and thus avoid having to bump
this workflow file after each release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]