Skip to content

Commit e689f63

Browse files
committed
[GHA] Move to use java 21
1 parent f0a973e commit e689f63

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- 'windows-latest'
1414
- 'macos-latest'
1515
java:
16-
- 17
16+
- 21
1717
fail-fast: false
1818
max-parallel: 6
1919
steps:

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Set up JDK
1010
uses: actions/setup-java@v3
1111
with:
12-
java-version: 17
12+
java-version: 21
1313
distribution: zulu
1414
- name: Cache local Maven repository
1515
uses: actions/cache@v3

.github/workflows/samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- 'ubuntu-latest'
1313
- 'windows-latest'
1414
java:
15-
- 17
15+
- 21
1616
sample:
1717
- 'simple'
1818
- 'xml'

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up JDK
1616
uses: actions/setup-java@v3
1717
with:
18-
java-version: 17
18+
java-version: 21
1919
distribution: zulu
2020
- name: Cache local Maven repository
2121
uses: actions/cache@v3

.github/workflows/sonatype.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up JDK
1313
uses: actions/setup-java@v3
1414
with:
15-
java-version: 17
15+
java-version: 21
1616
distribution: zulu
1717
- name: Cache local Maven repository
1818
uses: actions/cache@v3

0 commit comments

Comments
 (0)