Skip to content

Commit

Permalink
[eclipse-temurin] Add 22 (#4872)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwrobel committed Mar 21, 2024
1 parent 73d0f84 commit d29cd3b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion products/eclipse-temurin.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ auto:
- github_releases: "adoptium/temurin21-binaries"
regex: '^jdk-(?P<version>[\d\.+]+)$'
template: '{{version}}'
- github_releases: "adoptium/temurin22-binaries"
regex: '^jdk-(?P<version>[\d\.+]+)$'
template: '{{version}}'
- release_table: https://adoptium.net/support/
selector: "table"
fields:
Expand All @@ -55,6 +58,12 @@ auto:
# Do not forget to update the "auto" configuration on each new major release.
# EOL dates can be found on https://adoptium.net/support/.
releases:
- releaseCycle: "22"
releaseDate: 2024-03-20
eol: 2024-09-17 # expected 23 release date (see https://www.java.com/releases/)
latest: "22+36"
latestReleaseDate: 2024-03-20

- releaseCycle: "21"
lts: true
releaseDate: 2023-10-10
Expand All @@ -64,7 +73,6 @@ releases:

- releaseCycle: "20"
releaseDate: 2023-03-23
# expected 21 release date (see https://www.java.com/releases/)
eol: 2023-09-19
latest: "20.0.2+9"
latestReleaseDate: 2023-07-21
Expand Down

0 comments on commit d29cd3b

Please sign in to comment.