Merge pull request #299 from david22swan/MODULES-7561

(MODULES-7561) - Addition of support for Ubuntu 18.04 to java
This commit is contained in:
Helen
2018-08-01 11:02:32 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -188,12 +188,11 @@ OpenJDK is supported on:
* Red Hat Enterprise Linux (RHEL) 5, 6, 7 * Red Hat Enterprise Linux (RHEL) 5, 6, 7
* CentOS 5, 6, 7 * CentOS 5, 6, 7
* Oracle Linux 6, 7 * Oracle Linux 6, 7
* Scientific Linux 5, 6 * Scientific Linux 6
* Debian 6, 7 * Debian 8, 9
* Ubuntu 10.04, 12.04, 14.04 * Ubuntu 14.04, 16.04, 18.04
* Solaris 11 * Solaris 11
* SLES 11 SP1, SP2, SP3, SP4; SLES 12, SP1, SP2 * SLES 11 SP1, SP2, SP3, SP4; SLES 12, SP1, SP2
* OpenBSD 5.6, 5.7
Sun Java is supported on: Sun Java is supported on:

View File

@@ -58,7 +58,8 @@
"operatingsystem": "Ubuntu", "operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "operatingsystemrelease": [
"14.04", "14.04",
"16.04" "16.04",
"18.04"
] ]
}, },
{ {