Skip to content

Commit

Permalink
Update to latest JDK releases in our CI (netty#8969)
Browse files Browse the repository at this point in the history
Motivation:

We should use the latest JDK release on our CI

Modifications:

Update all versions.

Result:

Test on latest JDK versions on our CI
  • Loading branch information
normanmaurer authored Mar 22, 2019
1 parent fc6e668 commit 78c02aa
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.111.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "openjdk@1.11.0-2"
java_version : "adopt@1.11.0-2"

test:
image: netty:centos-6-1.11
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.112.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "openjdk@1.12.0"
java_version : "zulu@1.12.0"

test:
image: netty:centos-6-1.12
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.113.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "openjdk@1.13.0-9"
java_version : "openjdk@1.13.0-13"

test:
image: netty:centos-6-1.13
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "1.8.202"
java_version : "adopt@1.8.202-08"

test:
image: netty:centos-6-1.8
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "openjdk@1.9.0-4"
java_version : "zulu@1.9.0-7"

test:
image: netty:centos-6-1.9
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.111.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "openjdk@1.11.0-2"
java_version : "adopt@1.11.0-2"

test:
image: netty:centos-7-1.11
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.112.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "openjdk@1.12.0"
java_version : "zulu@1.12.0"

test:
image: netty:centos-7-1.12
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.113.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "openjdk@1.13.0-9"
java_version : "openjdk@1.13.0-13"

test:
image: netty:centos-7-1.13
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "1.8.202"
java_version : "adopt@1.8.202-08"

test:
image: netty:centos-7-1.8
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "openjdk@1.9.0-4"
java_version : "openjdk@1.9.0-7"

test:
image: netty:centos-7-1.9
Expand Down

0 comments on commit 78c02aa

Please sign in to comment.