Update maven.yml

Hopefully this will stop the errors?
pull/12/head
Caroline Bell 2020-02-25 20:12:56 -08:00 committed by GitHub
parent 53d5ff873d
commit 89e4a60d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java_version: [11, 13]
java_version: 11
os: [ubuntu-latest, windows-latest]
steps: