File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -ex
3- RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.17.2 test ' release with-defaults'
43RELEASE_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'
66wait
You can’t perform that action at this time.
0 commit comments