Skip to content

Commit

Permalink
[FLINK-35135][Connectors/Google Cloud PubSub] Drop support for Flink …
Browse files Browse the repository at this point in the history
…1.17 (#25)
  • Loading branch information
dannycranmer committed Apr 18, 2024
1 parent 952f296 commit 6be6d93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:
compile_and_test:
strategy:
matrix:
flink: [ 1.17-SNAPSHOT ]
jdk: [ '8, 11' ]
flink: [ 1.18-SNAPSHOT ]
jdk: [ '8, 11, 17' ]
include:
- flink: 1.18-SNAPSHOT
jdk: '8, 11, 17'
- flink: 1.19-SNAPSHOT
jdk: '8, 11, 17, 21'
- flink: 1.20-SNAPSHOT
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
flink: 1.19-SNAPSHOT,
jdk: '8, 11, 17, 21',
branch: main
}, {
flink: 1.17-SNAPSHOT,
branch: main
}, {
flink: 1.18-SNAPSHOT,
jdk: '8, 11, 17',
Expand All @@ -52,9 +49,6 @@ jobs:
flink: 1.18.1,
jdk: '8, 11, 17',
branch: v3.0
}, {
flink: 1.17.2,
branch: v3.0
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
</modules>

<properties>
<flink.version>1.17.0</flink.version>
<flink.version>1.18.0</flink.version>
<google-cloud-libraries-bom.version>26.37.0</google-cloud-libraries-bom.version>

<junit5.version>5.10.2</junit5.version>
Expand Down

0 comments on commit 6be6d93

Please sign in to comment.