We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151c353 commit 1d3698eCopy full SHA for 1d3698e
.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
os: [ubuntu-latest,windows-latest, macOS-latest]
28
- java: [8, 11, 14, 15-ea]
+ java: [8, 11, 17-ea]
29
fail-fast: false
30
31
runs-on: ${{ matrix.os }}
@@ -44,9 +44,10 @@ jobs:
44
maven-${{ matrix.os }}-
45
46
- name: Set up JDK
47
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v2.2.0
48
with:
49
java-version: ${{ matrix.java }}
50
+ distribution: 'temurin'
51
52
- name: Build with Maven
53
run: mvn install javadoc:javadoc -e -B -V -Pno-tests-if-not-on-osx
0 commit comments