snuyanzin commented on code in PR #50: URL: https://github.com/apache/flink-connector-opensearch/pull/50#discussion_r2061243773
########## .github/workflows/weekly.yml: ########## @@ -30,23 +30,16 @@ jobs: strategy: matrix: flink_branches: [ { - flink: 1.18-SNAPSHOT, + flink: 2.1-SNAPSHOT, + jdk: '11, 17, 21', branch: main - }, { - flink: 1.19-SNAPSHOT, - jdk: '8, 11, 17, 21', - branch: main - }, { - flink: 1.20-SNAPSHOT, - jdk: '8, 11, 17, 21', - branch: main - }, + }, { flink: 1.20, jdk: '8, 11, 17, 21', branch: main }, { - flink: 1.19.0, + flink: 1.19.2, jdk: '8, 11, 17, 21', branch: v1.2 }, { Review Comment: sorry, I think I missed it: since 1.18-SNAPSHOT was removed in this PR how about replacing 1.18.2 (which is a couple of lines below) with 1.20.1 ? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org