snuyanzin commented on code in PR #2:
URL:
https://github.com/apache/flink-connector-jdbc/pull/2#discussion_r1475723420
##########
.github/workflows/weekly.yml:
##########
@@ -27,25 +27,13 @@ jobs:
strategy:
matrix:
flink_branches: [{
- flink: 1.16-SNAPSHOT,
- branch: main
- }, {
- flink: 1.17-SNAPSHOT,
- branch: main
- }, {
flink: 1.18-SNAPSHOT,
jdk: '8, 11, 17',
branch: main
}, {
flink: 1.19-SNAPSHOT,
jdk: '8, 11, 17, 21',
branch: main
- }, {
- flink: 1.16.2,
- branch: v3.1
- }, {
- flink: 1.17.1,
- branch: v3.1
}, {
Review Comment:
should we remove ci for v3.1 ?
I guess this change should not be merged to v3.1 and as a result v3.1 should
still continue working/being able to build with 1.16, 1.17
or did I miss anything?
--
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]