Skip to content

Commit

Permalink
Revert "Github CI: Build with JDK 15, test with matrix"
Browse files Browse the repository at this point in the history
This reverts commit cecd035.
  • Loading branch information
mkarg committed Jan 10, 2021
1 parent cecd035 commit 6579a59
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/maven.yml
Expand Up @@ -43,18 +43,10 @@ jobs:
maven-${{ matrix.os }}-java${{ matrix.java }}-
maven-${{ matrix.os }}-
- name: Set up JDK for building
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 15
java-version: ${{ matrix.java }}

- name: Build with Maven
run: mvn verify javadoc:javadoc -e -B -V

- name: Set up JDK for testing
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}

- name: Test with Maven
run: mvn verify -e -B -V

0 comments on commit 6579a59

Please sign in to comment.