Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Oct 18, 2024
1 parent 1aea221 commit b74a0bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,15 @@ jobs:
comment: [ "normal" ]
include:
- java: 8
flink: '1.17'
flink: '1.20'
flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.18.1 -Dflink.archive.name=flink-1.18.1-bin-scala_2.12.tgz'
comment: 'verify-on-flink-1.18-binary'
- java: 8
flink: '1.17'
flink: '1.20'
flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.19.1 -Dflink.archive.name=flink-1.19.1-bin-scala_2.12.tgz'
comment: 'verify-on-flink-1.19-binary'
- java: 8
flink: '1.17'
flink: '1.20'
flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.20.0 -Dflink.archive.name=flink-1.20.0-bin-scala_2.12.tgz'
comment: 'verify-on-flink-1.20-binary'
steps:
Expand Down

0 comments on commit b74a0bb

Please sign in to comment.