forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade various JDK flavors / version in our docker-compose files (ne…
…tty#9737) Motivation: We should always test with the latest JDK versions on our CI. Modifications: Update versions Result: Use latest JDK versions on our CI
- Loading branch information
1 parent
fb0d34a
commit 656371e
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ services: | |
build: | ||
args: | ||
centos_version : "6" | ||
java_version : "[email protected]4" | ||
java_version : "[email protected]5" | ||
|
||
test: | ||
image: netty:centos-6-1.11 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ services: | |
build: | ||
args: | ||
centos_version : "6" | ||
java_version : "[email protected]0" | ||
java_version : "[email protected]1" | ||
|
||
test: | ||
image: netty:centos-6-1.13 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ services: | |
build: | ||
args: | ||
centos_version : "6" | ||
java_version : "[email protected]4" | ||
java_version : "[email protected]5" | ||
|
||
test: | ||
image: netty:centos-6-openj9-1.11 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ services: | |
build: | ||
args: | ||
centos_version : "7" | ||
java_version : "[email protected]4" | ||
java_version : "[email protected]5" | ||
|
||
test: | ||
image: netty:centos-7-1.11 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ services: | |
build: | ||
args: | ||
centos_version : "7" | ||
java_version : "[email protected]0" | ||
java_version : "[email protected]1" | ||
|
||
test: | ||
image: netty:centos-7-1.13 | ||
|