Closed olleolleolle closed 5 years ago
This updates the CI matrix to use the latest releases.
~(I had some issues getting 2.4.7 to install via rvm, but that release only contains the RDoc upgrade, no backports. 2.5, 2.6 got some new stuff.)~
rvm
(This also sets the used JDK to openjdk8, in order not to have to set --add-opens.)
--add-opens
I don't want test matrix churn where we update patch levels every week.
Use the 2.4, 2.5, 2.6 thing?
That would be fine if that automatically stays on the latest patch.
This updates the CI matrix to use the latest releases.
~(I had some issues getting 2.4.7 to install via
rvm
, but that release only contains the RDoc upgrade, no backports. 2.5, 2.6 got some new stuff.)~(This also sets the used JDK to openjdk8, in order not to have to set
--add-opens
.)