Skip to content

Commit

Permalink
[FLINK-35138][Connectors/Kafka] Drop support for Flink 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycranmer committed Oct 3, 2024
1 parent 157813e commit a87bf72
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
8 changes: 3 additions & 5 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.2 ]
jdk: [ '8, 11' ]
flink: [ 1.18.1 ]
jdk: [ '8, 11, 17' ]
include:
- flink: 1.18.1
jdk: '8, 11, 17'
- flink: 1.19.0
jdk: '8, 11, 17, 21'
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
Expand All @@ -42,7 +40,7 @@ jobs:
python_test:
strategy:
matrix:
flink: [ 1.17.2, 1.18.1, 1.19.0 ]
flink: [ 1.18.1, 1.19.0 ]
uses: apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
15 changes: 7 additions & 8 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ jobs:
strategy:
matrix:
flink_branches: [{
flink: 1.17-SNAPSHOT,
branch: main
}, {
flink: 1.18-SNAPSHOT,
jdk: '8, 11, 17',
branch: main
}, {
flink: 1.19-SNAPSHOT,
Expand All @@ -45,11 +41,14 @@ jobs:
jdk: '8, 11, 17, 21',
branch: main
}, {
flink: 1.17.2,
branch: v3.1
flink: 1.18.1,
branch: v3.2
}, {
flink: 1.19.0,
branch: v3.2,
jdk: '8, 11, 17, 21',
}, {
flink: 1.18.1,
jdk: '8, 11, 17',
branch: v3.1
}, {
flink: 1.19.0,
Expand All @@ -60,5 +59,5 @@ jobs:
with:
flink_version: ${{ matrix.flink_branches.flink }}
connector_branch: ${{ matrix.flink_branches.branch }}
jdk_version: ${{ matrix.flink_branches.jdk || '8, 11' }}
jdk_version: ${{ matrix.flink_branches.jdk || '8, 11, 17' }}
run_dependency_convergence: false
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ under the License.
</modules>

<properties>
<flink.version>1.17.0</flink.version>
<flink.version>1.18.0</flink.version>
<kafka.version>3.4.0</kafka.version>
<confluent.version>7.4.4</confluent.version>

Expand Down

0 comments on commit a87bf72

Please sign in to comment.