Update build to java 11

This commit is contained in:
Frode Carlsen 2019-08-13 20:15:56 +02:00 committed by GitHub
parent c2b3b3547c
commit fe8779cca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
version: 1.8
version: 11
- name: Build with Maven
run: mvn package --file pom.xml