martin-g commented on a change in pull request #276:
URL: https://github.com/apache/tomcat/pull/276#discussion_r412708978
##########
File path: .travis.yml
##########
@@ -15,8 +15,12 @@
dist: bionic
language: java
-jdk: oraclejdk8
-arch: arm64
+jobs:
+ include:
+ - arch: s390x
+ jdk: openjdk11
Review comment:
My concern is that Tomcat (even version 10.x) is supposed to be build
with JDK 8.
But since Travis is not the main CI I think it is OK to use JDK 11 as an
exception here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]