Skip to content

Commit c35cb70

Browse files
committed
[GHA] Drop all back to jdk 17
1 parent e31dfda commit c35cb70

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
java: [21, 22-ea]
11+
java: [17]
1212
distribution: ['temurin']
1313
fail-fast: false
1414
max-parallel: 4

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up JDK
1212
uses: actions/setup-java@v3
1313
with:
14-
java-version: 21
14+
java-version: 17
1515
distribution: zulu
1616
- name: Cache local Maven repository
1717
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-
- 21
15+
- 17
1616
sample:
1717
- 'simple'
1818
- 'xml'

.github/workflows/sonar.yaml

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

.github/workflows/sonatype.yaml

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

0 commit comments

Comments
 (0)