bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.12k stars 259 forks source link

CI should build on multiple Java versions #434

Closed bobbylight closed 2 years ago

bobbylight commented 2 years ago

Describe the solution you'd like While source compatibility and Maven artifacts will stay built with Java 8, our CI builds should build with later versions of Java as well to avoid surprises in the futrue.

Are there any workarounds? Manually build with more recent Java versions periodically.

Additional context None.

bobbylight commented 2 years ago

RSTA now builds with Java 8, 11, 14, and 17.