You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/01/14 20:07:36 UTC

[GitHub] [maven] mthmulders commented on a change in pull request #658: [MNG-7339] Test if Maven can build itself on less OS'es & JDK's

mthmulders commented on a change in pull request #658:
URL: https://github.com/apache/maven/pull/658#discussion_r785140749



##########
File path: .github/workflows/maven_build_itself.yml
##########
@@ -23,8 +23,8 @@ jobs:
   build:
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest, macOS-latest]
-        java: [8, 11, 17]
+        os: [ubuntu-latest, windows-latest]

Review comment:
       This is a secondary check (verifies Maven SNAPSHOT can build itself), doesn't run the full IT suite. I asked [on Slack](https://the-asf.slack.com/archives/C7Q9JB404/p1641824261011800) a couple of days ago and it seemed nobody cared for this particular check to run on OSX. [We do run the full IT's on OSX, though.](https://github.com/apache/maven/blob/master/.github/workflows/maven.yml#L53).




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org