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

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz authored Aug 22, 2021
1 parent 51cd125 commit 90ca603
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest,windows-latest, macOS-latest]
java: [8, 11, 14, 15-ea]
os: [ubuntu-latest]
java: [8]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -44,9 +44,10 @@ jobs:
maven-${{ matrix.os }}-
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v2.2.0
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'

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

0 comments on commit 90ca603

Please sign in to comment.