[phb][Uses]: Add missing JAVA_VERSIONs

This commit is contained in:
Fernando Apesteguía 2025-11-03 18:44:20 +01:00
parent dd8e70a091
commit e8c0c4c27c
1 changed files with 1 additions and 1 deletions

View File

@ -1332,7 +1332,7 @@ The framework provides the following variables to be set by the port:
`JAVA_VERSION`::
List of space-separated suitable java versions for the port. An optional `\+`
allows specifying a range of versions. (allowed values `8[+]`, `11[\+]`,
`17[+]`, `18[\+]`, `19[+]`, `20[\+]`, `21[+]`, `22[\+]`, `22[+]`)
`17[+]`, `18[\+]`, `19[+]`, `20[\+]`, `21[+]`, `22[\+]`, `23[+]` `24[\+]` `25[+]`)
`JAVA_OS`::
List of space-separated suitable JDK port operating systems for the port.