Browse Source

Update CI workflow to run with Java 17

Marcus Da Coregio 3 years ago
parent
commit
b2ec34de55
1 changed files with 1 additions and 1 deletions
  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: '11'
+          java-version: '17'
       - name: Cache Gradle packages
         uses: actions/cache@v2
         with: