Skip to content

Commit

Permalink
[hotfix][ci] Fix Flink 1.20 packaging ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiqian committed Oct 28, 2024
1 parent b493272 commit 2e9d919
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
Expand Up @@ -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:
Expand Down

0 comments on commit 2e9d919

Please sign in to comment.