From 8853f774a2e04ec873a66aa3c24a5e5f41ddd79e Mon Sep 17 00:00:00 2001 From: Belal Ansari Date: Wed, 8 Oct 2025 17:18:20 +0530 Subject: [PATCH] ACS-10404 Initial test --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ae55011..d7ca0fc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,6 +189,7 @@ jobs: strategy: fail-fast: false matrix: + java: [ '21', '25' ] include: - testName: ImageMagick buildProfile: imagemagick @@ -212,6 +213,8 @@ jobs: - uses: actions/checkout@v4 - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.26.0 - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.26.0 + with: + java-version: ${{ matrix.java }} - name: "Login to Docker Hub" uses: docker/login-action@v3 with: