You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/02/18 15:31:45 UTC

[maven-dependency-analyzer] branch master updated: GitHub - build with Maven 3.2.5, 3.8.4

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-dependency-analyzer.git


The following commit(s) were added to refs/heads/master by this push:
     new 0263fc3  GitHub - build with Maven 3.2.5, 3.8.4
0263fc3 is described below

commit 0263fc3905996b216ad6e5986bfeef02edd5625e
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Fri Feb 18 00:45:23 2022 +0100

    GitHub - build with Maven 3.2.5, 3.8.4
---
 .github/workflows/maven-verify.yml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index b10fdca..59a3a31 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -21,6 +21,14 @@ on:
   pull_request:
 
 jobs:
-  build:
-    name: Verify
+  build-3-2-5:
+    name: Verify-3.2.5
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+    with:
+      maven_version: '3.2.5'
+
+  build-3-8-4:
+    name: Verify-3.8.4
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+    with:
+      maven_version: '3.8.4'