Skip to content

Commit 6579a59

Browse files
committed
Revert "Github CI: Build with JDK 15, test with matrix"
This reverts commit cecd035.
1 parent cecd035 commit 6579a59

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/maven.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,10 @@ jobs:
4343
maven-${{ matrix.os }}-java${{ matrix.java }}-
4444
maven-${{ matrix.os }}-
4545
46-
- name: Set up JDK for building
46+
- name: Set up JDK
4747
uses: actions/setup-java@v1
4848
with:
49-
java-version: 15
49+
java-version: ${{ matrix.java }}
5050

5151
- name: Build with Maven
5252
run: mvn verify javadoc:javadoc -e -B -V
53-
54-
- name: Set up JDK for testing
55-
uses: actions/setup-java@v1
56-
with:
57-
java-version: ${{ matrix.java }}
58-
59-
- name: Test with Maven
60-
run: mvn verify -e -B -V

0 commit comments

Comments
 (0)