Fix github workflow

This commit is contained in:
GeorgH93 2021-11-06 21:27:14 +01:00
parent 410ce286e7
commit fb44588a21
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8

View File

@ -10,10 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version:
- 8
- 11
- 17
java-version: [ 8, 11, 17 ]
steps:
- name: Checkout
uses: actions/checkout@v2
@ -23,4 +20,4 @@ jobs:
distribution: temurin
java-version: ${{ matrix.java-version }}
- name: Build and test with maven
run: mvn -B -s .github/workflows/settings.xml clean package test --file pom.xml
run: mvn -B -s .github/workflows/settings.xml clean package --file pom.xml