We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398010b commit 8a6c6d3Copy full SHA for 8a6c6d3
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Set up Docker Buildx
29
uses: docker/setup-buildx-action@v2
30
31
- - name: Set up JDK 11
+ - name: Set up JDK
32
uses: actions/setup-java@v3
33
with:
34
distribution: 'temurin'
.github/workflows/uber-jar.yml
@@ -20,7 +20,7 @@ jobs:
20
21
strategy:
22
matrix:
23
- FLINK_PROFILE: [flink-1.19, flink-1.20]
+ FLINK_PROFILE: [flink-1.19]
24
25
env:
26
VERSION: ${{ github.event_name == 'release' && github.event.action == 'created' && github.ref_name || '1.0.0-SNAPSHOT' }}
@@ -32,7 +32,7 @@ jobs:
35
36
37
38
0 commit comments