Yes, we probably could, though if you want HC to know, you should email them, too. ;)
On Fri, 7 Dec 2018 at 10:27, Gary Gregory <garydgreg...@gmail.com> wrote: > I think we can skip Java 9 and 10 and instead test Java 11. > > Gary > > ---------- Forwarded message --------- > From: <ol...@apache.org> > Date: Fri, Dec 7, 2018 at 8:53 AM > Subject: [4/4] httpcomponents-core git commit: Added openjdk10 to Travis-CI > build matrix > To: <comm...@hc.apache.org> > > > Added openjdk10 to Travis-CI build matrix > > > Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo > Commit: > http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/42757443 > Tree: > http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/42757443 > Diff: > http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/42757443 > > Branch: refs/heads/4.4.x > Commit: 42757443e182d6a775cd2422b037520b54142016 > Parents: 8838319 > Author: Oleg Kalnichevski <ol...@apache.org> > Authored: Fri Dec 7 16:52:21 2018 +0100 > Committer: Oleg Kalnichevski <ol...@apache.org> > Committed: Fri Dec 7 16:52:21 2018 +0100 > > ---------------------------------------------------------------------- > .travis.yml | 1 + > 1 file changed, 1 insertion(+) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/42757443/.travis.yml > ---------------------------------------------------------------------- > diff --git a/.travis.yml b/.travis.yml > index c1335bd..b8c2f79 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -19,6 +19,7 @@ sudo: false > jdk: > - openjdk7 > - oraclejdk8 > + - openjdk10 > > after_success: > - mvn clean cobertura:cobertura coveralls:report > -- Matt Sicker <boa...@gmail.com>