Skip to content

Commit b83d8c6

Browse files
committed
Add support to flink 2.0
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent 67def7b commit b83d8c6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/delete-pr-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
FLINK_PROFILE: [flink-1.19, flink-1.20]
13+
FLINK_PROFILE: [flink-1.19, flink-1.20, flink-2.0]
1414

1515
steps:
1616
- name: Delete GHCR image via GitHub REST API

.github/workflows/uber-jar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
FLINK_PROFILE: [flink-1.19, flink-1.20]
23+
FLINK_PROFILE: [flink-1.19, flink-1.20, flink-2.0]
2424

2525
env:
2626
VERSION: ${{ github.event_name == 'release' && github.event.action == 'created' && github.ref_name || 'snapshot' }}

pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
<log4j.version>2.24.3</log4j.version>
4848
<feign.version>13.5</feign.version>
4949
<picocli.version>4.7.6</picocli.version>
50-
<flink.version>1.19.2</flink.version>
5150
<postgres.version>42.7.5</postgres.version>
5251
<testcontainers.version>1.20.6</testcontainers.version>
5352
</properties>
@@ -484,10 +483,10 @@
484483
<profile>
485484
<id>flink-2.0</id>
486485
<properties>
487-
<flink.version>2.0-preview1</flink.version>
486+
<flink.version>2.0.0</flink.version>
488487
<jdbc.version>3.2.0-1.19</jdbc.version>
489488
<kafka.version>3.2.0-1.19</kafka.version>
490-
<flink-base-image>2.0-preview1-scala_2.12-java17</flink-base-image>
489+
<flink-base-image>2.0.0-scala_2.12-java17</flink-base-image>
491490
</properties>
492491
</profile>
493492
<profile>

0 commit comments

Comments
 (0)