This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 27cafe6 [MCOMPILER-557] - Upgrade maven-plugin parent to 41 - fix build 27cafe6 is described below commit 27cafe67456245e4a4dbe00178afcc49ed3dfa08 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Wed Nov 22 22:33:52 2023 +0100 [MCOMPILER-557] - Upgrade maven-plugin parent to 41 - fix build --- .github/workflows/maven-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 94686fa..ed7e58c 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -31,4 +31,4 @@ jobs: ff-jdk: "20" jdk-matrix: '[ "8", "11", "17", "20" ]' matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"},{ "jdk": "20", "distribution": "microsoft"},{ "jdk": "20", "distribution": "adopt-openj9"},]' - maven-matrix: '[ "3.3.9", "3.8.8", "3.9.2" ]' # Maven versions matrix for verify builds + maven-matrix: '[ "3.6.3", "3.8.8", "3.9.5" ]' # Maven versions matrix for verify builds