diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cdbf2cc346..4ffffe5931 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -299,10 +299,10 @@ jobs: distribution: 'temurin' - version: 17 distribution: 'temurin' - - version: 20 + - version: 22-ea distribution: 'temurin' - version: 21 - distribution: 'zulu' + distribution: 'temurin' steps: - uses: actions/checkout@v3 - uses: ./.github/workflows/maven-goal diff --git a/docs/supported-technologies.asciidoc b/docs/supported-technologies.asciidoc index b95f660781..ee0732dd28 100644 --- a/docs/supported-technologies.asciidoc +++ b/docs/supported-technologies.asciidoc @@ -49,11 +49,11 @@ NOTE: As of version 1.33.0, Java 7 support is deprecated and will be removed in |Vendor |Supported versions |Notes |Oracle JDK -|7u60+*, 8u40+, 9, 10, 11, 17, 20 +|7u60+*, 8u40+, 9, 10, 11, 17, 21 |`--module-path` has not been tested yet |OpenJDK -|7u60+*, 8u40+, 9, 10, 11, 17, 20 +|7u60+*, 8u40+, 9, 10, 11, 17, 21 |`--module-path` has not been tested yet |IBM J9 VM