Skip to content

Commit

Permalink
[hotfix][ci] Update ci to include 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z3d1k committed Aug 5, 2024
1 parent 6cfa13d commit 657c8f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: github.repository_owner == 'apache'
strategy:
matrix:
flink: [1.18-SNAPSHOT, 1.19-SNAPSHOT, 1.20-SNAPSHOT]
flink: [1.19-SNAPSHOT, 1.20-SNAPSHOT]
java: [ '8, 11, 17']
uses: ./.github/workflows/common.yml
with:
Expand All @@ -38,7 +38,7 @@ jobs:
python_test:
strategy:
matrix:
flink: [1.18-SNAPSHOT, 1.19-SNAPSHOT, 1.20-SNAPSHOT]
flink: [1.19-SNAPSHOT, 1.20-SNAPSHOT]
uses: apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: ./.github/workflows/common.yml
strategy:
matrix:
flink: [1.18.1, 1.19.1]
flink: [1.19.1, 1.20.0]
java: [ '8, 11, 17']
with:
flink_version: ${{ matrix.flink }}
Expand All @@ -38,7 +38,7 @@ jobs:
python_test:
strategy:
matrix:
flink: [1.18.1, 1.19.1]
flink: [1.19.0, 1.20.0]
uses: apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}

0 comments on commit 657c8f4

Please sign in to comment.