Skip to content

Commit

Permalink
add java customization
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Nov 21, 2023
1 parent ab36ceb commit 751b6c2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ jobs:
compile_and_test:
strategy:
matrix:
flink: [1.17.1, 1.18-SNAPSHOT]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
flink: [ 1.16.2, 1.17.1, 1.18-SNAPSHOT ]
jdk: [ 8, 11 ]
include:
- flink: 1.18-SNAPSHOT
jdk: 17
uses: snuyanzin/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils3
with:
flink_version: ${{ matrix.flink }}
jdk_version: ${{ matrix.jdk }}

0 comments on commit 751b6c2

Please sign in to comment.