XComp commented on code in PR #153:
URL: https://github.com/apache/flink-docker/pull/153#discussion_r1146466366
##########
.github/workflows/snapshot.yml:
##########
@@ -38,12 +38,12 @@ jobs:
matrix:
java_version: [8, 11]
build:
- - flink_version: 1.17-SNAPSHOT
+ - flink_version: 1.18-SNAPSHOT
branch: dev-master
+ - flink_version: 1.17-SNAPSHOT
+ branch: dev-1.17
- flink_version: 1.16-SNAPSHOT
branch: dev-1.16
- - flink_version: 1.15-SNAPSHOT
Review Comment:
Initially, I had the concern that we would miss deleting it if the community
decide that they don't want another patch release for the deprecated minor
version (for the current release I mean 1.15.5). But you're right - in the
worst case we delete it later on.
--
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]