Skip to content

Commit f48169f

Browse files
authored
Merge pull request hub4j#1617 from yeikel/patch-1
ci: use Eclipse Temurin
2 parents dd1e68d + b7b9eb0 commit f48169f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-java@v3
3232
with:
3333
java-version: ${{ matrix.java }}
34-
distribution: 'zulu'
34+
distribution: 'temurin'
3535
cache: 'maven'
3636
- name: Maven Install (skipTests)
3737
env:
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/setup-java@v3
5151
with:
5252
java-version: ${{ matrix.java }}
53-
distribution: 'adopt'
53+
distribution: 'temurin'
5454
cache: 'maven'
5555
- name: Maven Site
5656
env:
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/setup-java@v3
7171
with:
7272
java-version: ${{ matrix.java }}
73-
distribution: 'zulu'
73+
distribution: 'temurin'
7474
cache: 'maven'
7575
# JDK 8
7676
- name: Maven Install with Code Coverage
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/setup-java@v3
9292
with:
9393
java-version: ${{ matrix.java }}
94-
distribution: 'zulu'
94+
distribution: 'temurin'
9595
cache: 'maven'
9696
# JDK 11+
9797
- name: Maven Install without Code Coverage

0 commit comments

Comments
 (0)