Skip to content

Commit

Permalink
[hotfix] Enable ci for v1.2 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin authored Jun 11, 2024
1 parent f95bb34 commit 926c127
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@ jobs:
matrix:
flink_branches: [ {
flink: 1.18-SNAPSHOT,
jdk: '8, 11',
branch: main
}, {
flink: 1.19-SNAPSHOT,
jdk: '8, 11',
jdk: '8, 11, 17, 21',
branch: main
}, {
flink: 1.20-SNAPSHOT,
jdk: '8, 11',
jdk: '8, 11, 17, 21',
branch: main
}, {
flink: 1.17.2,
branch: v1.1
flink: 1.19.0,
jdk: '8, 11, 17, 21',
branch: v1.2
}, {
flink: 1.18.1,
branch: v1.1
branch: v1.2
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink_branches.flink }}
jdk_version: ${{ matrix.flink_branches.jdk || '8, 11' }}
jdk_version: ${{ matrix.flink_branches.jdk || '8, 11, 17' }}
connector_branch: ${{ matrix.flink_branches.branch }}
run_dependency_convergence: false

0 comments on commit 926c127

Please sign in to comment.