Skip to content

Commit

Permalink
[hotfix][build] Fix Dinky backend CI workflow with Flink 1.20 (DataLi…
Browse files Browse the repository at this point in the history
yuxiqian authored and donotcoffee committed Nov 12, 2024
1 parent 95a1a17 commit add6705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ jobs:
fail-fast: true
matrix:
jdk: [8, 11]
flink: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19, 1.20]
flink: ['1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20']

timeout-minutes: 30
env:

0 comments on commit add6705

Please sign in to comment.