Skip to content

Commit

Permalink
add 22-ea to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jackshirazi committed Oct 30, 2023
1 parent e026583 commit fae44a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/supported-technologies.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fae44a2

Please sign in to comment.