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