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:49 UTC

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

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"}]'