Explorar el Código

Use JDK 11

Closes gh-21
Josh Cummings hace 4 años
padre
commit
fa1f474f25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/continuous-integraion-workflow.yml

+ 1 - 1
.github/workflows/continuous-integraion-workflow.yml

@@ -16,7 +16,7 @@ jobs:
       - name: Set up JDK
         uses: actions/setup-java@v1
         with:
-          java-version: '8'
+          java-version: '11'
       - name: Cache Gradle packages
         uses: actions/cache@v2
         with: