You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/05/19 23:48:48 UTC

[maven-compiler-plugin] branch build-with-18-19-ea created (now 718ec3e)

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a change to branch build-with-18-19-ea
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


      at 718ec3e  test build with 18 and 19-ea

This branch includes the following new commits:

     new 718ec3e  test build with 18 and 19-ea

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-compiler-plugin] 01/01: test build with 18 and 19-ea

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch build-with-18-19-ea
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit 718ec3e9d2cd47c8822d04a92a681e093fcf3032
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri May 20 09:48:45 2022 +1000

    test build with 18 and 19-ea
---
 .github/workflows/maven-verify.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index e5c93cb..2d9024f 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -27,4 +27,5 @@ jobs:
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
     with:
       jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
+      jdk-matrix: '[ "8", "11", "17", "18", "19-ea" ]'
       matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"}]'