diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7efa3f6..e38d6cc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v1 with: - java-version: 11 # For Sonar analysis purpose (Java 8 is no longer supported by Sonar) + java-version: 17 # For Sonar analysis purpose (Java 11 is no longer supported by Sonar) - name: Cache SonarCloud packages uses: actions/cache@v1 with: