Update java versions (#9393)
Motivation: There were new openjdk releases Modifications: Update releases to latest Result: Use latest openjdk versions on CI
This commit is contained in:
parent
1e8c0c59f1
commit
924150198e
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt@1.11.0-3"
|
java_version : "adopt@1.11.0-4"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.11
|
image: netty:centos-6-1.11
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt@1.8.212-04"
|
java_version : "adopt@1.8.222-10"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.8
|
image: netty:centos-6-1.8
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt-openj9@1.11.0-3"
|
java_version : "adopt-openj9@1.11.0-4"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-openj9-1.11
|
image: netty:centos-6-openj9-1.11
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "7"
|
centos_version : "7"
|
||||||
java_version : "adopt@1.11.0-3"
|
java_version : "adopt@1.11.0-4"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.11
|
image: netty:centos-7-1.11
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "7"
|
centos_version : "7"
|
||||||
java_version : "adopt@1.8.212-04"
|
java_version : "adopt@1.8.222-10"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.8
|
image: netty:centos-7-1.8
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt@1.8.212-04"
|
java_version : "adopt@1.8.222-10"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.8
|
image: netty:centos-6-1.8
|
||||||
|
Loading…
Reference in New Issue
Block a user