Skip to content

Commit

Permalink
add current range of JDK support in version 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
gschrader committed Feb 19, 2024
1 parent 36b0d98 commit 90365c3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ This makes it a perfect fit for GUI testing environments.

The goal is to support all LTS OpenJDK releases.

| Version | JDK |
|---------|-------|
| 1.10 | JDK8 |
| 1.11 | JDK11 |
| 1.17 | JDK17 |
| Version | JDK |
|---------|-------------|
| 1.10 | JDK8 |
| 1.11 | JDK11 |
| 1.17 | JDK17 |
| 1.18 | JDK17-JDK21 |


<sub><sup>Earlier JDKs should use `net.java.openjdk.cacio` releases</sup></sub>

Expand Down

0 comments on commit 90365c3

Please sign in to comment.