Skip to content

Test matrix complexity #127

@aviks

Description

@aviks

I want to test this package with JDK8 and JDK11 (and more in the future). The following invocation in the Travis config does that

dist: bionic
env:
  - JAVA_HOME=/usr/local/lib/jvm/openjdk8
  - JAVA_HOME=/usr/local/lib/jvm/openjdk11

However, the test matrix is already very complex, and I'm not sure if adding more dimensions to it is a good idea.

Should we go ahead nevertheless? Or should we remove windows testing from Travis, and just use appveyor for windows? Should we look into github actions?

cc: @mkitti

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions