We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f318a5 commit 390d7bcCopy full SHA for 390d7bc
.github/workflows/push_pr.yml
@@ -25,7 +25,7 @@ jobs:
25
compile_and_test:
26
strategy:
27
matrix:
28
- flink: [1.17-SNAPSHOT]
+ flink: [ 1.16-SNAPSHOT, 1.17-SNAPSHOT ]
29
jdk: [ '8, 11' ]
30
include:
31
- flink: 1.18-SNAPSHOT
pom.xml
@@ -47,7 +47,7 @@ under the License.
47
</modules>
48
49
<properties>
50
- <flink.version>1.17.0</flink.version>
+ <flink.version>1.16.0</flink.version>
51
52
<jackson-bom.version>2.13.4.20221013</jackson-bom.version>
53
<junit4.version>4.13.2</junit4.version>
0 commit comments