Skip to content

Commit

Permalink
Use Java11+ea28 during build. (netty#8113)
Browse files Browse the repository at this point in the history
Motivation:

We should ensure we use the latest Java11 EA during build to catch any regressions etc.

Modifications:

Update from ea19 to ea28.

Result:

Use latest Java11 release.
  • Loading branch information
normanmaurer authored Aug 25, 2018
1 parent 6888af6 commit 37a4f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 : "1.11.0-19"
java_version : "1.11.0-28"

test:
image: netty:centos-6-1.11
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 : "1.11.0-19"
java_version : "1.11.0-28"

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

0 comments on commit 37a4f99

Please sign in to comment.