Skip to content

Commit

Permalink
flink-1-18-support
Browse files Browse the repository at this point in the history
  • Loading branch information
novakov-alexey committed Nov 14, 2023
1 parent 60e20cf commit e20980c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- scala: 3.3.1
java: 11
flink: 1.17.1
- scala: 3.3.1
java: [11, 17]
flink: 1.18.0
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ set -ex
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.15.4 test 'release with-defaults'
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.16.2 test 'release with-defaults'
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.17.1 test 'release with-defaults'
RELEASE_VERSION_BUMP=true sbt -DflinkVersion=1.18.0 test 'release with-defaults'
wait

0 comments on commit e20980c

Please sign in to comment.