Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 5.95 KB

README.md

File metadata and controls

29 lines (21 loc) · 5.95 KB

RxJava 2 built with JDK 8 through 14

codecov.io

This repository is used for building RxJava 2 with JDK 8 through 14 in a CI environment.

It does not use the JDK 9 Flow API nor does this repo create maven jars.

This repo doesn't produce maven artifacts of the builds as the only purpose is to cross test RxJava and the mainstream/upcoming JDKs.

Build matrix

JDK runtime Target 6 Target 8 Target 9 Target 10 Target 11 Target 12 Target 13 Target 14
8 image image
9 image image image
10 image image image image
11 image image image image image
12 N/A image image image image image
13 N/A image image image image image image
14 N/A N/A image image image image image image

Note on JDK target support

With the newest JDKs, certain older compile targets are no longer supported:

  • JDK 12 dropped target 6 support
  • JDK 13 dropped target 7 support
  • JDK 14 dropped target 8 support