diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43a15e147..ef7b21cdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Setup JDK uses: actions/setup-java@v2 with: - java-version: ${{ matrix.java }} + java-version: 11 distribution: 'zulu' server-id: google-snapshots server-username: MAVEN_USERNAME