use Java 11 for CI

This commit is contained in:
Daniel Micay 2021-07-28 16:20:05 -04:00
parent 186fc3a299
commit 17a9e43b8b
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- 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 Gradle
run: ./gradlew build