Skip to content

Commit a4ae2d1

Browse files
committed
ci java version fix
Signed-off-by: Attila Mészáros <[email protected]>
1 parent a57a0eb commit a4ae2d1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: maven build
3838
strategy:
3939
matrix:
40-
java-version: [ 11, 17, 21 ]
40+
java-version: [ 17, 21 ]
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Set up JDK ${{ matrix.java-version }}
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
matrix:
7878
http-client: [ "okhttp", "jdk", "jetty", "vertx" ]
79-
java-version: [ "11", "17", "21" ]
79+
java-version: [ "17", "21" ]
8080
uses: ./.github/workflows/e2e.yaml
8181
with:
8282
java-version: ${{ matrix.java-version }}
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
matrix:
9191
http-client: [ "okhttp" ]
92-
java-version: [ "11", "17"]
92+
java-version: [ "17"]
9393
flink-version:
9494
- "v2_0"
9595
- "v1_20"
@@ -142,7 +142,7 @@ jobs:
142142

143143
uses: ./.github/workflows/e2e.yaml
144144
with:
145-
java-version: 11
145+
java-version: 17
146146
flink-version: ${{ matrix.flink-version }}
147147
test: ${{ matrix.test }}
148148
namespace: "flink"
@@ -211,7 +211,7 @@ jobs:
211211
test: test_snapshot.sh
212212
uses: ./.github/workflows/e2e.yaml
213213
with:
214-
java-version: 11
214+
java-version: 17
215215
flink-version: ${{ matrix.flink-version }}
216216
test: ${{ matrix.test }}
217217
mode: ${{ matrix.mode }}

.github/workflows/publish_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up JDK 11
3535
uses: actions/setup-java@v4
3636
with:
37-
java-version: '11'
37+
java-version: '17'
3838
distribution: 'temurin'
3939
- name: Cache local Maven repository
4040
uses: actions/cache@v4

0 commit comments

Comments
 (0)