fakemongo / fongo

faked out in-memory mongo for java
Apache License 2.0
523 stars 156 forks source link

Modernize CI #379

Open slonopotamus opened 3 years ago

slonopotamus commented 3 years ago

This commit:

  1. Switches to GitHub Actions because Travis CI no longer offers Java < 9 (resolves #356)
  2. Adds Java 8-15 support
  3. Drops Java 6 support. See https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8028563

You may see example CI run in my fork. No setup is required to enable GitHub Actions in your repository, it will automatically start working when this PR is merged.