Skip to content

Commit 1c14154

Browse files
committed
WIP: Upgrade JDK
1 parent cdc9daf commit 1c14154

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
java: [8, 11, 17, 18]
22+
java: [8, 11, 17, 21, 25]
2323
distribution: [temurin]
2424
include:
25-
- java: 17
25+
- java: 25
2626
distribution: zulu
27-
- java: 17
27+
- java: 25
2828
distribution: microsoft
2929

3030
outputs:
31-
report-java: 17
31+
report-java: 25
3232
report-dist: temurin
3333

3434
steps:

0 commit comments

Comments
 (0)