Skip to content

Commit

Permalink
[FLINK-36923] Bump flink version to 1.19.1, adapt CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyanquan committed Dec 18, 2024
1 parent 846c74f commit 510848a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
compile_and_test:
strategy:
matrix:
flink: [ 1.18.1, 1.19.1 ]
flink: [ 1.18.1, 1.19.1, 1.20.0 ]
jdk: [ '8, 11' ]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
strategy:
matrix:
flink_branches: [{
flink: 1.20-SNAPSHOT,
branch: main
},
{
flink: 1.19-SNAPSHOT,
branch: main
}, {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ under the License.
</scm>

<properties>
<flink.version>1.18.1</flink.version>
<flink.version>1.19.1</flink.version>

<scala.binary.version>2.12</scala.binary.version>
<scala.version>2.12.7</scala.version>
Expand Down

0 comments on commit 510848a

Please sign in to comment.