diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cea22a046ab..ce3c640f4ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,9 +54,7 @@ jobs: uses: oracle-actions/setup-java@v1 with: website: jdk.java.net - release: | - 11 - ${{ matrix.java }} + release: ${{ matrix.java }} cache: 'maven' - name: 'Set up JDK ${{ matrix.java }}' if: ${{ matrix.java != 'EA' }}