diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 47197871b0..3d1b99b9ec 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' # See 'Supported distributions' for available options - java-version: 1.8 + java-version: 8 - name: Cache local Maven repository uses: actions/cache@v3 with: