Update maven.yml

This commit is contained in:
Marcin Grzejszczak
2022-04-14 09:56:46 +02:00
committed by GitHub
parent 23a9102f2a
commit 5767526db1

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ["1.8"]
java: ["8", "11"]
steps:
- uses: actions/checkout@v2