Skip to content

Commit

Permalink
[hotfix][Connectors/AWS] Update Flink versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycranmer committed Oct 31, 2023
1 parent b2e82b7 commit 0243540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.16-SNAPSHOT, 1.17-SNAPSHOT, 1.18-SNAPSHOT]
flink: [1.17-SNAPSHOT, 1.18-SNAPSHOT, 1.19-SNAPSHOT]
uses: ./.github/workflows/common.yml
with:
flink_version: ${{ matrix.flink }}
Expand Down
2 changes: 1 addition & 1 deletion .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.16.2, 1.17.1]
flink: [1.17.1, 1.18.0]
with:
flink_version: ${{ matrix.flink }}
flink_url: https://archive.apache.org/dist/flink/flink-${{ matrix.flink }}/flink-${{ matrix.flink }}-bin-scala_2.12.tgz
Expand Down

0 comments on commit 0243540

Please sign in to comment.