Skip to content

Commit

Permalink
[hotfix] Remove 1.19-SNAPSHOT since HBase currently can't compile for…
Browse files Browse the repository at this point in the history
… that version
  • Loading branch information
MartijnVisser committed Jan 5, 2024
1 parent 8008c8d commit 42870d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
compile_and_test:
strategy:
matrix:
flink: [1.16.2, 1.17.1, 1.18.0, 1.19-SNAPSHOT]
flink: [1.16.2, 1.17.1, 1.18.0]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ jobs:
}, {
flink: 1.18-SNAPSHOT,
branch: main
}, {
flink: 1.19-SNAPSHOT,
branch: main
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
Expand Down

0 comments on commit 42870d5

Please sign in to comment.