Skip to content

Commit 0a1d4b1

Browse files
committed
Use Java 21 for platform verification builds
1 parent 2d74e93 commit 0a1d4b1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/verify-platform.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ jobs:
3030
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
3131
with:
3232
java-version: |
33-
8
3433
11
35-
21
3634
17
35+
21
3736
distribution: 'temurin'
3837
- name: Cache local Maven repository
3938
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2

.github/workflows/verify-platform2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
with:
3232
java-version: |
3333
11
34-
21
3534
17
35+
21
3636
distribution: 'temurin'
3737
- name: Cache local Maven repository
3838
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2

.github/workflows/verify-platform3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
with:
4141
java-version: |
4242
11
43-
21
4443
17
44+
21
4545
distribution: 'temurin'
4646
- name: Cache local Maven repository
4747
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2

0 commit comments

Comments
 (0)