This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new 615ac0735ec CAUSEWAY-2445: [v4] deduplicates workflow script (CI)
615ac0735ec is described below
commit 615ac0735ecd182d10966b498f614e6e7f194aff
Author: andi-huber <[email protected]>
AuthorDate: Thu Jan 15 12:32:44 2026 +0100
CAUSEWAY-2445: [v4] deduplicates workflow script (CI)
- each major version branch has its own now
---
.../{ci-build-artifacts-no-push-maven.yml => ci-v4-verify.yml} | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml
b/.github/workflows/ci-v4-verify.yml
similarity index 96%
rename from .github/workflows/ci-build-artifacts-no-push-maven.yml
rename to .github/workflows/ci-v4-verify.yml
index 3275c2b04a0..d4e077f4b8f 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-v4-verify.yml
@@ -1,14 +1,12 @@
-name: Build, Test (JDK 25)
+name: Build, Test (4.0.0-SNAPSHOT)
on:
push:
branches:
- main
- - v3
pull_request:
branches:
- main
- - v3
jobs:
# This is a matrix build {'java', 'javascript'},
@@ -63,11 +61,6 @@ jobs:
distribution: 'temurin'
java-version: 25
- - name: Set up Maven (3.9.12)
- if: matrix.language == 'java' && env.BRANCH_NAME == 'v3'
- uses: stCarolas/setup-maven@v5
- with:
- maven-version: 3.9.12
- name: Set up Maven (4.0.0-rc-5)
if: matrix.language == 'java' && env.BRANCH_NAME == 'main'
uses: stCarolas/setup-maven@v5