Skip to content

Commit

Permalink
[hotfix] Set maximum supported Flink version to 1.17 for v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Jan 16, 2024
1 parent d5cc749 commit f94649a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@
# limitations under the License.
################################################################################

name: Build flink-connector-elasticsearch
name: CI
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
compile_and_test:
strategy:
matrix:
flink: [ 1.16-SNAPSHOT, 1.17-SNAPSHOT ]
jdk: [ '8, 11' ]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: 1.16.2
flink_version: ${{ matrix.flink }}
jdk_version: ${{ matrix.jdk }}

0 comments on commit f94649a

Please sign in to comment.