Skip to content

Commit

Permalink
[KYUUBI apache#6134][FOLLOWUP] Add profile and ci for flink 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Mar 18, 2024
1 parent b537e8a commit 6c5c882
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ jobs:
flink:
- '1.17'
- '1.18'
- '1.19'
flink-archive: [ "" ]
comment: [ "normal" ]
include:
Expand All @@ -198,6 +199,10 @@ jobs:
flink: '1.17'
flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.18.1 -Dflink.archive.name=flink-1.18.1-bin-scala_2.12.tgz'
comment: 'verify-on-flink-1.18-binary'
- java: 8
flink: '1.17'
flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.19.0 -Dflink.archive.name=flink-1.19.0-bin-scala_2.12.tgz'
comment: 'verify-on-flink-1.19-binary'
steps:
- uses: actions/checkout@v4
- name: Free up disk space
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2291,6 +2291,13 @@
</properties>
</profile>

<profile>
<id>flink-1.19</id>
<properties>
<flink.version>1.19.0</flink.version>
</properties>
</profile>

<profile>
<id>zookeeper-3.6</id>
<properties>
Expand Down

0 comments on commit 6c5c882

Please sign in to comment.