Update maven.yml

Now that the other thing is fixed, this can go back to the way it was.
pull/12/head
Caroline Bell 2020-02-25 20:18:41 -08:00 committed by GitHub
parent 1a3015e972
commit ee1a08d7b2
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]
java_version: [11, 13]
os: [ubuntu-latest, windows-latest]
steps: