diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2fd3aa8cf3d4..29192dcd30c6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - java: ['6', '8', '11', '16', '17-ea'] + java: ['6', '8', '11', '17'] steps: - uses: actions/checkout@v2 - name: Download Maven # Download with default JDK because OpenJDK 6 does not support TLS 1.2