This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new fcc3da2515 FINERACT-2181: Update postgres Docker tag to v18
fcc3da2515 is described below
commit fcc3da2515c0463a1da5c0dcb72a74ecda398faa
Author: Renovate <[email protected]>
AuthorDate: Thu Feb 12 22:20:20 2026 +0000
FINERACT-2181: Update postgres Docker tag to v18
---
.github/workflows/build-postgresql.yml | 2 +-
.github/workflows/liquibase-only-postgresql.yml | 2 +-
.github/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 c9e9a64cdd..5a523116f8 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 ba06438f40..85d4c8aa5a 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 1434fb117e..a7627212cc 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 4ffcf6a785..e714294bd4 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: