Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 90ca603

Browse files
authored
Update maven.yml
1 parent 51cd125 commit 90ca603

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
os: [ubuntu-latest,windows-latest, macOS-latest]
28-
java: [8, 11, 14, 15-ea]
27+
os: [ubuntu-latest]
28+
java: [8]
2929
fail-fast: false
3030

3131
runs-on: ${{ matrix.os }}
@@ -44,9 +44,10 @@ jobs:
4444
maven-${{ matrix.os }}-
4545
4646
- name: Set up JDK
47-
uses: actions/setup-java@v1
47+
uses: actions/setup-java@v2.2.0
4848
with:
4949
java-version: ${{ matrix.java }}
50+
distribution: 'temurin'
5051

5152
- name: Build with Maven
5253
run: mvn install javadoc:javadoc -e -B -V -Pno-tests-if-not-on-osx

0 commit comments

Comments
 (0)