Update GitHub workflow to Java 11

This commit is contained in:
Nathan Curran 2021-06-24 21:50:53 +10:00
parent 1ae73cbfea
commit 63eab7c0d9
No known key found for this signature in database
GPG Key ID: B3A964B30C2E56B8
1 changed files with 1 additions and 1 deletions

View File

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