Skip to content

Commit

Permalink
Add new version 1.20 and update GHA nightly build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lincoln-lil committed Feb 7, 2024
1 parent bf5068c commit b8b2596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
branch:
- master
- release-1.18
- release-1.19
runs-on: ubuntu-latest
steps:
- name: Trigger Workflow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public enum FlinkVersion {
v1_16("1.16"),
v1_17("1.17"),
v1_18("1.18"),
v1_19("1.19");
v1_19("1.19"),
v1_20("1.20");

private final String versionStr;

Expand Down

0 comments on commit b8b2596

Please sign in to comment.