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: