Skip to content

Commit fd5ae0e

Browse files
move to the newer Flink version
1 parent a2052f1 commit fd5ae0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
matrix:
1717
java: [11]
1818
scala: [2.12.20, 2.13.15, 3.3.4]
19-
flink: [1.17.2, 1.18.1]
19+
flink: [1.18.1, 1.19.1]
2020
include:
2121
- scala: 3.3.4
2222
java: 17
23-
flink: 1.19.0
23+
flink: 1.20.0
2424
steps:
2525
- uses: actions/checkout@v3
2626
with:

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -ex
3-
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.17.2 test 'release with-defaults'
43
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.18.1 test 'release with-defaults'
5-
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.19.0 test 'release with-defaults'
4+
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.19.1 test 'release with-defaults'
5+
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.20.0 test 'release with-defaults'
66
wait

0 commit comments

Comments
 (0)