From 386d4f04b1efc125de8212331dbe6e31d91ccb3c Mon Sep 17 00:00:00 2001 From: samatstarion Date: Sat, 25 Jan 2025 23:39:36 +0100 Subject: [PATCH] [Update] integration tests to make use of cdp4-test-database-community-edition:4.0.0 which is based on PostgreSQL 17.2 --- .github/workflows/CodeQuality.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml index e695af8e..1d602883 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -19,7 +19,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: cdp4-test-database-community-edition Image - run: docker pull stariongroup/cdp4-test-database-community-edition:3.4.0 + run: docker pull stariongroup/cdp4-test-database-community-edition:4.0.0 - name: Start PostgreSQL Container run: | @@ -28,7 +28,7 @@ jobs: -p 5432:5432 \ --tmpfs /var/lib/postgresql/data:rw \ --name comet-db \ - stariongroup/cdp4-test-database-community-edition:3.4.0 + stariongroup/cdp4-test-database-community-edition:4.0.0 - name: Wait for PostgreSQL to be ready run: |