Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-35135][Connectors/Google Cloud PubSub] Drop support for Flink 1.17 #25

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

dannycranmer
Copy link
Contributor

Drop 1.17 runs from CI and bump default Flink version in pom

@@ -28,11 +28,9 @@ jobs:
compile_and_test:
strategy:
matrix:
flink: [ 1.17-SNAPSHOT ]
jdk: [ '8, 11' ]
flink: [ 1.18-SNAPSHOT ]
Copy link

@hlteoh37 hlteoh37 Apr 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious why we don't use the real 1.18 (instead of 1.18-SNAPSHOT) for pr

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure, I agree that makes sense though.

Copy link

@hlteoh37 hlteoh37 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks @dannycranmer

@dannycranmer dannycranmer merged commit 6be6d93 into apache:main Apr 18, 2024
12 checks passed
Copy link

boring-cyborg bot commented Apr 18, 2024

Awesome work, congrats on your first merged pull request!

@dannycranmer dannycranmer deleted the FLINK-35135 branch April 18, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants