This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch maven-compiler-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/maven-compiler-plugin-3.x by this push: new 89895a1 Use default Maven versions for build on GitHub 89895a1 is described below commit 89895a1e5fba5b0085eef7a4fd1eece2d769ab49 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Wed Feb 5 17:55:11 2025 +0100 Use default Maven versions for build on GitHub --- .github/workflows/maven-verify.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index cce8359..deaaabd 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -34,4 +34,3 @@ jobs: { "jdk": "8", "distribution": "temurin", "os": "macos-latest" }, { "jdk": "8", "distribution": "adopt-openj9", "os": "macos-latest" } ]' - maven-matrix: '[ "3.6.3", "3.8.8", "3.9.6" ]' # Maven versions matrix for verify builds