From 4bbb6be5c779138f55e6f5e4a1c8d4e72adcd43f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 12 Feb 2026 22:20:20 +0000 Subject: [PATCH] FINERACT-2181: Update postgres Docker tag to v18 --- .github/workflows/build-postgresql.yml | 2 +- .github/workflows/liquibase-only-postgresql.yml | 2 +- .../workflows/run-integration-test-sequentially-postgresql.yml | 2 +- .github/workflows/verify-liquibase-backward-compatibility.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-postgresql.yml b/.github/workflows/build-postgresql.yml index 378bd181e43..4d3f52012e9 100644 --- a/.github/workflows/build-postgresql.yml +++ b/.github/workflows/build-postgresql.yml @@ -17,7 +17,7 @@ jobs: services: postgresql: - image: postgres:17.4 + image: postgres:18.2 ports: - 5432:5432 env: diff --git a/.github/workflows/liquibase-only-postgresql.yml b/.github/workflows/liquibase-only-postgresql.yml index a675141557d..464bf308a55 100644 --- a/.github/workflows/liquibase-only-postgresql.yml +++ b/.github/workflows/liquibase-only-postgresql.yml @@ -12,7 +12,7 @@ jobs: services: postgresql: - image: postgres:17.4 + image: postgres:18.2 ports: - 5432:5432 env: diff --git a/.github/workflows/run-integration-test-sequentially-postgresql.yml b/.github/workflows/run-integration-test-sequentially-postgresql.yml index 29afa1fcfcd..8d760d7785f 100644 --- a/.github/workflows/run-integration-test-sequentially-postgresql.yml +++ b/.github/workflows/run-integration-test-sequentially-postgresql.yml @@ -14,7 +14,7 @@ jobs: services: postgresql: - image: postgres:17.4 + image: postgres:18.2 ports: - 5432:5432 env: diff --git a/.github/workflows/verify-liquibase-backward-compatibility.yml b/.github/workflows/verify-liquibase-backward-compatibility.yml index 400c9f283ce..6bb07adce2c 100644 --- a/.github/workflows/verify-liquibase-backward-compatibility.yml +++ b/.github/workflows/verify-liquibase-backward-compatibility.yml @@ -12,7 +12,7 @@ jobs: services: postgresql: - image: postgres:17.4 + image: postgres:18.2 ports: - 5432:5432 env: