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


The following commit(s) were added to refs/heads/master by this push:
     new e09a39ecc Install svn on GitHub build
e09a39ecc is described below

commit e09a39ecc153e2dd401fb758f7b6fb97335ff36e
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Nov 24 20:13:36 2025 +0100

    Install svn on GitHub build
---
 .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 48e5f54e3..40b1fd0ac 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -27,5 +27,6 @@ jobs:
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
     with:
       install-mercurial: true
+      install-subversion: true
       maven-args: "-P tck-git -P tck-hg -P tck-svn"
       matrix-exclude: '[ {"jdk": "25"} ]'

Reply via email to