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-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 572cebbc Use default configuration for GitHub Actions
572cebbc is described below

commit 572cebbcb29a22a43858cce5edfa57787a1bb320
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Thu Mar 21 23:35:12 2024 +0100

    Use default configuration for GitHub Actions
---
 .github/workflows/maven-verify.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 07af46ec..932827cf 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -25,5 +25,3 @@ jobs:
   build:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
-    with:
-      jdk-matrix: '[ "8", "11", "17", "20" ]'

Reply via email to