Update build-maven.yml (#35)
This commit is contained in:
parent
13faf5fecf
commit
ed672c89e8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-maven.yml
vendored
4
.github/workflows/build-maven.yml
vendored
|
@ -11,13 +11,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ 8, 11, 15 ]
|
||||
java: [ 8, 11, 16 ]
|
||||
steps:
|
||||
- uses: kamiazya/setup-graphviz@v1
|
||||
- uses: actions/checkout@v2
|
||||
- name: setup-jdk-${{ matrix.java }}
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: ${{ matrix.java }}
|
||||
- name: build-jar
|
||||
run: mvn -B install
|
||||
|
|
Loading…
Reference in a new issue