hope this is right

This commit is contained in:
2020-10-27 23:42:28 -05:00
parent 3f2b3af626
commit 7d2e5c4b4a
3 changed files with 7 additions and 7 deletions

View File

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