diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2dd8bf6..a109773 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - name: Setup Maven Central uses: actions/setup-java@v2 with: - java-version: 8.0.292+10 + java-version: 11 distribution: 'adopt' - name: Cache Local Maven Repository