Skip to content

Commit 9e0041a

Browse files
morazowXComp
authored andcommitted
[FLINK-34419][docker] Added support of JDK 17 & 21 for Flink 1.18+ versions
1 parent 20017e8 commit 9e0041a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/snapshot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,18 @@ jobs:
3636
strategy:
3737
max-parallel: 1
3838
matrix:
39-
java_version: [8, 11]
4039
build:
4140
- flink_version: 1.20-SNAPSHOT
41+
java_version: [8, 11, 17, 21]
4242
branch: dev-master
4343
- flink_version: 1.19-SNAPSHOT
44+
java_version: [8, 11, 17, 21]
4445
branch: dev-1.19
4546
- flink_version: 1.18-SNAPSHOT
47+
java_version: [8, 11, 17]
4648
branch: dev-1.18
4749
- flink_version: 1.17-SNAPSHOT
50+
java_version: [8, 11]
4851
branch: dev-1.17
4952
steps:
5053
- uses: actions/checkout@v3
@@ -63,7 +66,7 @@ jobs:
6366
- name: Log in to the Container registry
6467
uses: docker/login-action@v1
6568
with:
66-
registry: ghcr.io
69+
registry: ${{ env.REGISTRY }}
6770
username: ${{ github.actor }}
6871
password: ${{ secrets.GITHUB_TOKEN }}
6972

0 commit comments

Comments
 (0)