dstreitfeld-sn commented on code in PR #181:
URL: https://github.com/apache/flink-docker/pull/181#discussion_r2047787991
##########
.github/workflows/snapshot.yml:
##########
@@ -36,34 +36,34 @@ jobs:
strategy:
max-parallel: 1
matrix:
- java_version: [8, 11]
build:
- flink_version: 1.20-SNAPSHOT
+ java_version: [8, 11, 17, 21]
branch: dev-master
- flink_version: 1.19-SNAPSHOT
+ java_version: [8, 11, 17, 21]
branch: dev-1.19
- flink_version: 1.18-SNAPSHOT
+ java_version: [8, 11, 17]
branch: dev-1.18
- flink_version: 1.17-SNAPSHOT
+ java_version: [8, 11]
Review Comment:
@morazow @XComp this change broke the "Publish SNAPSHOTs" workflow on
master. the problem arises in the "Prepare Dockerfiles and set env" step below
(lines 70-76), where there are references to `matrix.java_version` which is no
longer set. for example, see
https://github.com/apache/flink-docker/actions/runs/14481889740/job/40620349446
--
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]