From dbde97a02c219c1e77e41108490694928fd05685 Mon Sep 17 00:00:00 2001 From: Juri Leino Date: Thu, 30 Oct 2025 15:53:28 +0100 Subject: [PATCH] build: add extra property for docker image fixes #334 Use new property `exist.docker.tag` to determine on which version to run the integration tests on. --- .github/workflows/ci.yml | 2 +- pom.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc7157d..1e55cd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,4 +27,4 @@ jobs: - name: Test env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} - run: mvn verify -P e2e-tests-with-recording -Dexist.processor.version=${{ matrix.exist }} + run: mvn verify -P e2e-tests-with-recording -Dexist.docker.tag=${{ matrix.exist }} diff --git a/pom.xml b/pom.xml index 445630a..78c1906 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ 5.4.0 6.1.0 + 6.1.0 2.19.1 1.1 @@ -360,7 +361,7 @@ existdb-docs-tests - existdb/existdb:${exist.processor.version} + existdb/existdb:${existdb.docker.tag} 8080:8080