Slawomir Jaranowski created MINVOKER-280:
--------------------------------------------
Summary: Update java version in GitHub Action
Key: MINVOKER-280
URL: https://issues.apache.org/jira/browse/MINVOKER-280
Project: Maven Invoker Plugin
Issue Type: Improvement
Reporter: Slawomir Jaranowski
Currently GitHub Action use:
{code}
matrix:
os: [ubuntu-20.04, windows-latest, macOS-latest]
java: [7, 8, 11, 15, 16-ea]
{code}
16 - is released,
now 17 is in early access
15 - is out of support
version 7 - probably should be removed - MPOM-262
--
This message was sent by Atlassian Jira
(v8.3.4#803005)